Html Css Color HEX #BBD785 Sulu

📋 copy color: '#BBD785'

red 187 ◦ green 215 ◦ blue 133

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

Shades of Sulu #BBD785

Tints of Sulu #BBD785

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.19%

 BLUE value IS 133 (52.34% from 255) = 24.86%

R = 34.95%
G = 40.19%
B = 24.86%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#BBD785 (or 0xBBD785) is known color: Sulu. HEX triplet: BB, D7 and 85. RGB value is (187,215,133). Sum of RGB (Red+Green+Blue) = 187+215+133=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 215 (84.38% from 255 or 40.19% from 535); Blue value is 133 (52.34% from 255 or 24.86% from 535); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD785 is #44287A. Grayscale: #C5C5C5. Windows color (decimal): -4466811 or 8771515. OLE color: 8771515.

HSL color Cylindrical-coordinate representation of color #BBD785: hue angle of 80.49º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BBD785 is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 215 133 -
CMYK 0.13 0 0.38 0.16
HSL 80.49º 0.51% 0.68% -
HSV(B) 80.49º 0.38% 0.84% -
XYZ 49.03 60.86 31.35 -
YUV 197.28 91.72 120.67 -
System Red Green Blue C M Y K H S L
Decimal 187 215 133 0.13 0 0.38 0.16 80.49 0.51 0.68
Hex BB D7 85 D 0 26 10 50 33 44
Octal 273 327 205 15 0 46 20 120 63 104
Binary 10111011 11010111 10000101 1101 0 100110 10000 1010000 110011 1000100

Color Harmonies of #BBD785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD785

Black with #BBD785

Text Example


Text Example

White with #BBD785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD785; }

 p { color: rgb(187,215,133); }

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

background-color css

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

 a { background-color: rgb(187,215,133); }

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

border-color css

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

 span { border-color: rgb(187,215,133); }

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