Html Css Color HEX #BCDB5B Conifer

📋 copy color: '#BCDB5B'

red 188 ◦ green 219 ◦ blue 91

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

Shades of Conifer #BCDB5B

Tints of Conifer #BCDB5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.27%

R = 37.75%
G = 43.98%
B = 18.27%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#BCDB5B (or 0xBCDB5B) is known color: Conifer. HEX triplet: BC, DB and 5B. RGB value is (188,219,91). Sum of RGB (Red+Green+Blue) = 188+219+91=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 91 (35.94% from 255 or 18.27% from 498); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDB5B is #4324A4. Grayscale: #C3C3C3. Windows color (decimal): -4400293 or 6020028. OLE color: 6020028.

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

Color convert

RGB 188 219 91 -
CMYK 0.14 0 0.58 0.14
HSL 74.53º 0.64% 0.61% -
HSV(B) 74.53º 0.58% 0.86% -
XYZ 47.96 62.11 19.36 -
YUV 195.14 69.23 122.91 -
System Red Green Blue C M Y K H S L
Decimal 188 219 91 0.14 0 0.58 0.14 74.53 0.64 0.61
Hex BC DB 5B E 0 3A E 4B 40 3D
Octal 274 333 133 16 0 72 16 113 100 75
Binary 10111100 11011011 1011011 1110 0 111010 1110 1001011 1000000 111101

Color Harmonies of #BCDB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB5B

Black with #BCDB5B

Text Example


Text Example

White with #BCDB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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