Html Css Color HEX #BCDB5D Conifer

📋 copy color: '#BCDB5D'

red 188 ◦ green 219 ◦ blue 93

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

Shades of Conifer #BCDB5D

Tints of Conifer #BCDB5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.6%

R = 37.6%
G = 43.8%
B = 18.6%

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

#BCDB5D (or 0xBCDB5D) is known color: Conifer. HEX triplet: BC, DB and 5D. RGB value is (188,219,93). Sum of RGB (Red+Green+Blue) = 188+219+93=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 93 (36.72% from 255 or 18.6% from 500); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDB5D is #4324A2. Grayscale: #C3C3C3. Windows color (decimal): -4400291 or 6151100. OLE color: 6151100.

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

Color convert

RGB 188 219 93 -
CMYK 0.14 0 0.58 0.14
HSL 74.76º 0.64% 0.61% -
HSV(B) 74.76º 0.58% 0.86% -
XYZ 48.05 62.14 19.82 -
YUV 195.37 70.23 122.75 -
System Red Green Blue C M Y K H S L
Decimal 188 219 93 0.14 0 0.58 0.14 74.76 0.64 0.61
Hex BC DB 5D E 0 3A E 4B 40 3D
Octal 274 333 135 16 0 72 16 113 100 75
Binary 10111100 11011011 1011101 1110 0 111010 1110 1001011 1000000 111101

Color Harmonies of #BCDB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB5D

Black with #BCDB5D

Text Example


Text Example

White with #BCDB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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