Html Css Color HEX #BCDB55 Conifer

📋 copy color: '#BCDB55'

red 188 ◦ green 219 ◦ blue 85

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

Shades of Conifer #BCDB55

Tints of Conifer #BCDB55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.28%

R = 38.21%
G = 44.51%
B = 17.28%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#BCDB55 (or 0xBCDB55) is known color: Conifer. HEX triplet: BC, DB and 55. RGB value is (188,219,85). Sum of RGB (Red+Green+Blue) = 188+219+85=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 85 (33.59% from 255 or 17.28% from 492); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDB55 is #4324AA. Grayscale: #C2C2C2. Windows color (decimal): -4400299 or 5626812. OLE color: 5626812.

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

Color convert

RGB 188 219 85 -
CMYK 0.14 0 0.61 0.14
HSL 73.88º 0.65% 0.6% -
HSV(B) 73.88º 0.61% 0.86% -
XYZ 47.71 62.01 18.05 -
YUV 194.46 66.23 123.4 -
System Red Green Blue C M Y K H S L
Decimal 188 219 85 0.14 0 0.61 0.14 73.88 0.65 0.6
Hex BC DB 55 E 0 3D E 4A 41 3C
Octal 274 333 125 16 0 75 16 112 101 74
Binary 10111100 11011011 1010101 1110 0 111101 1110 1001010 1000001 111100

Color Harmonies of #BCDB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB55

Black with #BCDB55

Text Example


Text Example

White with #BCDB55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB55; }

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

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

background-color css

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

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

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

border-color css

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

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

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