Html Css Color HEX #BBD955 Conifer

📋 copy color: '#BBD955'

red 187 ◦ green 217 ◦ blue 85

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

Shades of Conifer #BBD955

Tints of Conifer #BBD955

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.38%

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

R = 38.24%
G = 44.38%
B = 17.38%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#BBD955 (or 0xBBD955) is known color: Conifer. HEX triplet: BB, D9 and 55. RGB value is (187,217,85). Sum of RGB (Red+Green+Blue) = 187+217+85=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 217 (85.16% from 255 or 44.38% from 489); Blue value is 85 (33.59% from 255 or 17.38% from 489); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD955 is #4426AA. Grayscale: #C1C1C1. Windows color (decimal): -4466347 or 5626299. OLE color: 5626299.

HSL color Cylindrical-coordinate representation of color #BBD955: hue angle of 73.64º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BBD955 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 217 85 -
CMYK 0.14 0 0.61 0.15
HSL 73.64º 0.63% 0.59% -
HSV(B) 73.64º 0.61% 0.85% -
XYZ 46.95 60.85 17.86 -
YUV 192.98 67.06 123.73 -
System Red Green Blue C M Y K H S L
Decimal 187 217 85 0.14 0 0.61 0.15 73.64 0.63 0.59
Hex BB D9 55 E 0 3D F 4A 3F 3B
Octal 273 331 125 16 0 75 17 112 77 73
Binary 10111011 11011001 1010101 1110 0 111101 1111 1001010 111111 111011

Color Harmonies of #BBD955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD955

Black with #BBD955

Text Example


Text Example

White with #BBD955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD955; }

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

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

background-color css

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

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

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

border-color css

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

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

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