Html Css Color HEX #BBE975 Sulu

📋 copy color: '#BBE975'

red 187 ◦ green 233 ◦ blue 117

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

Shades of Sulu #BBE975

Tints of Sulu #BBE975

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.39%

 BLUE value IS 117 (46.09% from 255) = 21.79%

R = 34.82%
G = 43.39%
B = 21.79%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#BBE975 (or 0xBBE975) is known color: Sulu. HEX triplet: BB, E9 and 75. RGB value is (187,233,117). Sum of RGB (Red+Green+Blue) = 187+233+117=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 233 (91.41% from 255 or 43.39% from 537); Blue value is 117 (46.09% from 255 or 21.79% from 537); Max value from RGB is 233 - color contains mainly: green. Hex color #BBE975 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBE975 is #44168A. Grayscale: #CECECE. Windows color (decimal): -4462219 or 7727547. OLE color: 7727547.

HSL color Cylindrical-coordinate representation of color #BBE975: hue angle of 83.79º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BBE975 is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 233 117 -
CMYK 0.20 0 0.50 0.09
HSL 83.79º 0.73% 0.69% -
HSV(B) 83.79º 0.5% 0.91% -
XYZ 52.84 70.13 27.58 -
YUV 206.02 77.76 114.43 -
System Red Green Blue C M Y K H S L
Decimal 187 233 117 0.20 0 0.50 0.09 83.79 0.73 0.69
Hex BB E9 75 14 0 32 9 54 48 45
Octal 273 351 165 24 0 62 11 124 110 105
Binary 10111011 11101001 1110101 10100 0 110010 1001 1010100 1001000 1000101

Color Harmonies of #BBE975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE975

Black with #BBE975

Text Example


Text Example

White with #BBE975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE975; }

 p { color: rgb(187,233,117); }

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

background-color css

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

 a { background-color: rgb(187,233,117); }

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

border-color css

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

 span { border-color: rgb(187,233,117); }

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