Html Css Color HEX #BCDB4E Conifer

📋 copy color: '#BCDB4E'

red 188 ◦ green 219 ◦ blue 78

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

Shades of Conifer #BCDB4E

Tints of Conifer #BCDB4E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.15%

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

R = 38.76%
G = 45.15%
B = 16.08%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#BCDB4E (or 0xBCDB4E) is known color: Conifer. HEX triplet: BC, DB and 4E. RGB value is (188,219,78). Sum of RGB (Red+Green+Blue) = 188+219+78=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 78 (30.86% from 255 or 16.08% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDB4E is #4324B1. Grayscale: #C2C2C2. Windows color (decimal): -4400306 or 5168060. OLE color: 5168060.

HSL color Cylindrical-coordinate representation of color #BCDB4E: hue angle of 73.19º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCDB4E is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 219 78 -
CMYK 0.14 0 0.64 0.14
HSL 73.19º 0.66% 0.58% -
HSV(B) 73.19º 0.64% 0.86% -
XYZ 47.45 61.9 16.66 -
YUV 193.66 62.73 123.96 -
System Red Green Blue C M Y K H S L
Decimal 188 219 78 0.14 0 0.64 0.14 73.19 0.66 0.58
Hex BC DB 4E E 0 40 E 49 42 3A
Octal 274 333 116 16 0 100 16 111 102 72
Binary 10111100 11011011 1001110 1110 0 1000000 1110 1001001 1000010 111010

Color Harmonies of #BCDB4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB4E

Black with #BCDB4E

Text Example


Text Example

White with #BCDB4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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