#BDD64C

Color #BDD64C Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #BDD64C

Tints of Conifer #BDD64C

Color information

#BDD64C (or 0xBDD64C) is unknown color: approx Conifer. HEX triplet: BD, D6 and 4C. RGB value is (189,214,76). Sum of RGB (Red+Green+Blue) = 189+214+76=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 214 (83.98% from 255 or 44.68% from 479); Blue value is 76 (30.08% from 255 or 15.87% from 479); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD64C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD64C is #4229B3. Grayscale: #BFBFBF. Windows color (decimal): -4336052 or 5035709. OLE color: 5035709.

HSL color Cylindrical-coordinate representation of color #BDD64C: hue angle of 70.87º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDD64C is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB18921476-
CMYK0.1200.640.16
HSL70.87º62.73%56.86%-
HSV(B)70.87º64.49%83.92%-
XYZ46.3459.4315.87-
YUV190.7963.22126.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 39.46%
GREEN value IS 214 (83.98% from 255) = 44.68%
BLUE value IS 76 (30.08% from 255) = 15.87%
R=39.46%
G=44.68%
B=15.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal189214760.1200.640.1670.8762.7356.86
HexBDD64CC04010473f39
Octal275326114140100201077771
Binary10111101110101101001100110001000000100001000111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD64C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD64C; }

 p { color: rgb(189,214,76); }

 H1.HeaderClassName
 {
   color: #BDD64C;
 }
 .AnyTagClassName
 {
   color: #BDD64C;
 }
</style>
background-color css

<style>
 a { background-color: #BDD64C; }

 a { background-color: rgb(189,214,76); }

 div.DivClassName
 {
   background-color: #BDD64C;
 }
 .BgClassName
 {
   background-color: #BDD64C;
 }
</style>
border-color css

<style>
 span { border-color: #BDD64C; }

 span { border-color: rgb(189,214,76); }

 td.TdClassName
 {
   border-color: #BDD64C;
 }
 .TagClassName
 {
   border-color: #BDD64C;
 }
</style>