Html Css Color HEX #BCD84D Conifer

📋 copy color: '#BCD84D'

red 188 ◦ green 216 ◦ blue 77

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

Shades of Conifer #BCD84D

Tints of Conifer #BCD84D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.01%

R = 39.09%
G = 44.91%
B = 16.01%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#BCD84D (or 0xBCD84D) is known color: Conifer. HEX triplet: BC, D8 and 4D. RGB value is (188,216,77). Sum of RGB (Red+Green+Blue) = 188+216+77=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 216 (84.77% from 255 or 44.91% from 481); Blue value is 77 (30.47% from 255 or 16.01% from 481); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD84D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD84D is #4327B2. Grayscale: #C0C0C0. Windows color (decimal): -4401075 or 5101756. OLE color: 5101756.

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

Color convert

RGB 188 216 77 -
CMYK 0.13 0 0.64 0.15
HSL 72.09º 0.64% 0.57% -
HSV(B) 72.09º 0.64% 0.85% -
XYZ 46.63 60.34 16.21 -
YUV 191.78 63.22 125.3 -
System Red Green Blue C M Y K H S L
Decimal 188 216 77 0.13 0 0.64 0.15 72.09 0.64 0.57
Hex BC D8 4D D 0 40 F 48 40 39
Octal 274 330 115 15 0 100 17 110 100 71
Binary 10111100 11011000 1001101 1101 0 1000000 1111 1001000 1000000 111001

Color Harmonies of #BCD84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD84D

Black with #BCD84D

Text Example


Text Example

White with #BCD84D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD84D; }

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

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

background-color css

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

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

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

border-color css

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

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

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