Html Css Color HEX #BDD64C Conifer

📋 copy color: '#BDD64C'

red 189 ◦ green 214 ◦ blue 76

#BDD64C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #BDD64C

Tints of Conifer #BDD64C

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 value IS 0.12

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#BDD64C (or 0xBDD64C) is known color: 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

RGB 189 214 76 -
CMYK 0.12 0 0.64 0.16
HSL 70.87º 0.63% 0.57% -
HSV(B) 70.87º 0.64% 0.84% -
XYZ 46.34 59.43 15.87 -
YUV 190.79 63.22 126.72 -
System Red Green Blue C M Y K H S L
Decimal 189 214 76 0.12 0 0.64 0.16 70.87 0.63 0.57
Hex BD D6 4C C 0 40 10 47 3F 39
Octal 275 326 114 14 0 100 20 107 77 71
Binary 10111101 11010110 1001100 1100 0 1000000 10000 1000111 111111 111001

Color Harmonies of #BDD64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD64C

Black with #BDD64C

Text Example


Text Example

White with #BDD64C

Text Example


Text Example

HTML Codes & Css Web 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>