Html Css Color HEX #BCDB4F Conifer

📋 copy color: '#BCDB4F'

red 188 ◦ green 219 ◦ blue 79

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

Shades of Conifer #BCDB4F

Tints of Conifer #BCDB4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 16.26%

R = 38.68%
G = 45.06%
B = 16.26%

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

#BCDB4F (or 0xBCDB4F) is known color: Conifer. HEX triplet: BC, DB and 4F. RGB value is (188,219,79). Sum of RGB (Red+Green+Blue) = 188+219+79=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 79 (31.25% from 255 or 16.26% from 486); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDB4F is #4324B0. Grayscale: #C2C2C2. Windows color (decimal): -4400305 or 5233596. OLE color: 5233596.

HSL color Cylindrical-coordinate representation of color #BCDB4F: hue angle of 73.29º 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 #BCDB4F is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 219 79 -
CMYK 0.14 0 0.64 0.14
HSL 73.29º 0.66% 0.58% -
HSV(B) 73.29º 0.64% 0.86% -
XYZ 47.48 61.92 16.85 -
YUV 193.77 63.23 123.88 -
System Red Green Blue C M Y K H S L
Decimal 188 219 79 0.14 0 0.64 0.14 73.29 0.66 0.58
Hex BC DB 4F E 0 40 E 49 42 3A
Octal 274 333 117 16 0 100 16 111 102 72
Binary 10111100 11011011 1001111 1110 0 1000000 1110 1001001 1000010 111010

Color Harmonies of #BCDB4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB4F

Black with #BCDB4F

Text Example


Text Example

White with #BCDB4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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