Html Css Color HEX #BCD44E Conifer

📋 copy color: '#BCD44E'

red 188 ◦ green 212 ◦ blue 78

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

Shades of Conifer #BCD44E

Tints of Conifer #BCD44E

RGB

 RED value IS 188 (73.83% from 255) = 39.33%

 GREEN value IS 212 (83.2% from 255) = 44.35%

 BLUE value IS 78 (30.86% from 255) = 16.32%

R = 39.33%
G = 44.35%
B = 16.32%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#BCD44E (or 0xBCD44E) is known color: Conifer. HEX triplet: BC, D4 and 4E. RGB value is (188,212,78). Sum of RGB (Red+Green+Blue) = 188+212+78=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 212 (83.20% from 255 or 44.35% from 478); Blue value is 78 (30.86% from 255 or 16.32% from 478); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD44E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD44E is #432BB1. Grayscale: #BEBEBE. Windows color (decimal): -4402098 or 5166268. OLE color: 5166268.

HSL color Cylindrical-coordinate representation of color #BCD44E: hue angle of 70.75º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCD44E is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 212 78 -
CMYK 0.11 0 0.63 0.17
HSL 70.75º 0.61% 0.57% -
HSV(B) 70.75º 0.63% 0.83% -
XYZ 45.66 58.33 16.06 -
YUV 189.55 65.05 126.9 -
System Red Green Blue C M Y K H S L
Decimal 188 212 78 0.11 0 0.63 0.17 70.75 0.61 0.57
Hex BC D4 4E B 0 3F 11 47 3D 39
Octal 274 324 116 13 0 77 21 107 75 71
Binary 10111100 11010100 1001110 1011 0 111111 10001 1000111 111101 111001

Color Harmonies of #BCD44E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD44E

Black with #BCD44E

Text Example


Text Example

White with #BCD44E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD44E; }

 p { color: rgb(188,212,78); }

 H1.HeaderClassName
 {
   color: #BCD44E;
 }
 .AnyTagClassName
 {
   color: #BCD44E;
 }
</style>

background-color css

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

 a { background-color: rgb(188,212,78); }

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

border-color css

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

 span { border-color: rgb(188,212,78); }

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