Html Css Color HEX #BCD84C Conifer

📋 copy color: '#BCD84C'

red 188 ◦ green 216 ◦ blue 76

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

Shades of Conifer #BCD84C

Tints of Conifer #BCD84C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.83%

R = 39.17%
G = 45%
B = 15.83%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#BCD84C (or 0xBCD84C) is known color: Conifer. HEX triplet: BC, D8 and 4C. RGB value is (188,216,76). Sum of RGB (Red+Green+Blue) = 188+216+76=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 216 (84.77% from 255 or 45% from 480); Blue value is 76 (30.08% from 255 or 15.83% from 480); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD84C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD84C is #4327B3. Grayscale: #C0C0C0. Windows color (decimal): -4401076 or 5036220. OLE color: 5036220.

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

Color convert

RGB 188 216 76 -
CMYK 0.13 0 0.65 0.15
HSL 72º 0.64% 0.57% -
HSV(B) 72º 0.65% 0.85% -
XYZ 46.6 60.32 16.03 -
YUV 191.67 62.72 125.38 -
System Red Green Blue C M Y K H S L
Decimal 188 216 76 0.13 0 0.65 0.15 72 0.64 0.57
Hex BC D8 4C D 0 41 F 48 40 39
Octal 274 330 114 15 0 101 17 110 100 71
Binary 10111100 11011000 1001100 1101 0 1000001 1111 1001000 1000000 111001

Color Harmonies of #BCD84C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD84C

Black with #BCD84C

Text Example


Text Example

White with #BCD84C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD84C; }

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

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

background-color css

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

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

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

border-color css

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

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

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