Html Css Color HEX #BCDB59 Conifer

📋 copy color: '#BCDB59'

red 188 ◦ green 219 ◦ blue 89

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

Shades of Conifer #BCDB59

Tints of Conifer #BCDB59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 17.94%

R = 37.9%
G = 44.15%
B = 17.94%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#BCDB59 (or 0xBCDB59) is known color: Conifer. HEX triplet: BC, DB and 59. RGB value is (188,219,89). Sum of RGB (Red+Green+Blue) = 188+219+89=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 89 (35.16% from 255 or 17.94% from 496); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDB59 is #4324A6. Grayscale: #C3C3C3. Windows color (decimal): -4400295 or 5888956. OLE color: 5888956.

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

Color convert

RGB 188 219 89 -
CMYK 0.14 0 0.59 0.14
HSL 74.31º 0.64% 0.6% -
HSV(B) 74.31º 0.59% 0.86% -
XYZ 47.87 62.08 18.91 -
YUV 194.91 68.23 123.07 -
System Red Green Blue C M Y K H S L
Decimal 188 219 89 0.14 0 0.59 0.14 74.31 0.64 0.6
Hex BC DB 59 E 0 3B E 4A 40 3C
Octal 274 333 131 16 0 73 16 112 100 74
Binary 10111100 11011011 1011001 1110 0 111011 1110 1001010 1000000 111100

Color Harmonies of #BCDB59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB59

Black with #BCDB59

Text Example


Text Example

White with #BCDB59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB59; }

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

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

background-color css

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

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

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

border-color css

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

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

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