Html Css Color HEX #BCD84A Conifer

📋 copy color: '#BCD84A'

red 188 ◦ green 216 ◦ blue 74

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

Shades of Conifer #BCD84A

Tints of Conifer #BCD84A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.19%

 BLUE value IS 74 (29.3% from 255) = 15.48%

R = 39.33%
G = 45.19%
B = 15.48%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#BCD84A (or 0xBCD84A) is known color: Conifer. HEX triplet: BC, D8 and 4A. RGB value is (188,216,74). Sum of RGB (Red+Green+Blue) = 188+216+74=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 216 (84.77% from 255 or 45.19% from 478); Blue value is 74 (29.30% from 255 or 15.48% from 478); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD84A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD84A is #4327B5. Grayscale: #BFBFBF. Windows color (decimal): -4401078 or 4905148. OLE color: 4905148.

HSL color Cylindrical-coordinate representation of color #BCD84A: hue angle of 71.83º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BCD84A is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 216 74 -
CMYK 0.13 0 0.66 0.15
HSL 71.83º 0.65% 0.57% -
HSV(B) 71.83º 0.66% 0.85% -
XYZ 46.53 60.3 15.66 -
YUV 191.44 61.72 125.55 -
System Red Green Blue C M Y K H S L
Decimal 188 216 74 0.13 0 0.66 0.15 71.83 0.65 0.57
Hex BC D8 4A D 0 42 F 48 41 39
Octal 274 330 112 15 0 102 17 110 101 71
Binary 10111100 11011000 1001010 1101 0 1000010 1111 1001000 1000001 111001

Color Harmonies of #BCD84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD84A

Black with #BCD84A

Text Example


Text Example

White with #BCD84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD84A; }

 p { color: rgb(188,216,74); }

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

background-color css

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

 a { background-color: rgb(188,216,74); }

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

border-color css

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

 span { border-color: rgb(188,216,74); }

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