Html Css Color HEX #BBE055 Conifer

📋 copy color: '#BBE055'

red 187 ◦ green 224 ◦ blue 85

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

Shades of Conifer #BBE055

Tints of Conifer #BBE055

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.16%

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

R = 37.7%
G = 45.16%
B = 17.14%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#BBE055 (or 0xBBE055) is known color: Conifer. HEX triplet: BB, E0 and 55. RGB value is (187,224,85). Sum of RGB (Red+Green+Blue) = 187+224+85=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 224 (87.89% from 255 or 45.16% from 496); Blue value is 85 (33.59% from 255 or 17.14% from 496); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE055 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE055 is #441FAA. Grayscale: #C5C5C5. Windows color (decimal): -4464555 or 5628091. OLE color: 5628091.

HSL color Cylindrical-coordinate representation of color #BBE055: hue angle of 75.97º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BBE055 is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 224 85 -
CMYK 0.17 0 0.62 0.12
HSL 75.97º 0.69% 0.61% -
HSV(B) 75.97º 0.62% 0.88% -
XYZ 48.79 64.53 18.48 -
YUV 197.09 64.74 120.8 -
System Red Green Blue C M Y K H S L
Decimal 187 224 85 0.17 0 0.62 0.12 75.97 0.69 0.61
Hex BB E0 55 11 0 3E C 4C 45 3D
Octal 273 340 125 21 0 76 14 114 105 75
Binary 10111011 11100000 1010101 10001 0 111110 1100 1001100 1000101 111101

Color Harmonies of #BBE055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE055

Black with #BBE055

Text Example


Text Example

White with #BBE055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE055; }

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

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

background-color css

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

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

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

border-color css

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

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

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