Html Css Color HEX #BBD875 Sulu

📋 copy color: '#BBD875'

red 187 ◦ green 216 ◦ blue 117

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

Shades of Sulu #BBD875

Tints of Sulu #BBD875

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.54%

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

R = 35.96%
G = 41.54%
B = 22.5%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#BBD875 (or 0xBBD875) is known color: Sulu. HEX triplet: BB, D8 and 75. RGB value is (187,216,117). Sum of RGB (Red+Green+Blue) = 187+216+117=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 216 (84.77% from 255 or 41.54% from 520); Blue value is 117 (46.09% from 255 or 22.5% from 520); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD875 is #44278A. Grayscale: #C4C4C4. Windows color (decimal): -4466571 or 7723195. OLE color: 7723195.

HSL color Cylindrical-coordinate representation of color #BBD875: hue angle of 77.58º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BBD875 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 216 117 -
CMYK 0.13 0 0.46 0.15
HSL 77.58º 0.56% 0.65% -
HSV(B) 77.58º 0.46% 0.85% -
XYZ 48.26 60.96 26.05 -
YUV 196.04 83.39 121.55 -
System Red Green Blue C M Y K H S L
Decimal 187 216 117 0.13 0 0.46 0.15 77.58 0.56 0.65
Hex BB D8 75 D 0 2E F 4E 38 41
Octal 273 330 165 15 0 56 17 116 70 101
Binary 10111011 11011000 1110101 1101 0 101110 1111 1001110 111000 1000001

Color Harmonies of #BBD875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD875

Black with #BBD875

Text Example


Text Example

White with #BBD875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD875; }

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

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

background-color css

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

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

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

border-color css

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

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

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