Html Css Color HEX #BBDB55 Conifer

📋 copy color: '#BBDB55'

red 187 ◦ green 219 ◦ blue 85

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

Shades of Conifer #BBDB55

Tints of Conifer #BBDB55

RGB

 RED value IS 187 (73.44% from 255) = 38.09%

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

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

R = 38.09%
G = 44.6%
B = 17.31%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#BBDB55 (or 0xBBDB55) is known color: Conifer. HEX triplet: BB, DB and 55. RGB value is (187,219,85). Sum of RGB (Red+Green+Blue) = 187+219+85=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 85 (33.59% from 255 or 17.31% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDB55 is #4424AA. Grayscale: #C2C2C2. Windows color (decimal): -4465835 or 5626811. OLE color: 5626811.

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

Color convert

RGB 187 219 85 -
CMYK 0.15 0 0.61 0.14
HSL 74.33º 0.65% 0.6% -
HSV(B) 74.33º 0.61% 0.86% -
XYZ 47.46 61.88 18.04 -
YUV 194.16 66.4 122.9 -
System Red Green Blue C M Y K H S L
Decimal 187 219 85 0.15 0 0.61 0.14 74.33 0.65 0.6
Hex BB DB 55 F 0 3D E 4A 41 3C
Octal 273 333 125 17 0 75 16 112 101 74
Binary 10111011 11011011 1010101 1111 0 111101 1110 1001010 1000001 111100

Color Harmonies of #BBDB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDB55

Black with #BBDB55

Text Example


Text Example

White with #BBDB55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDB55; }

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

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

background-color css

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

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

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

border-color css

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

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

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