Html Css Color HEX #BBDB83 Sulu

📋 copy color: '#BBDB83'

red 187 ◦ green 219 ◦ blue 131

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

Shades of Sulu #BBDB83

Tints of Sulu #BBDB83

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.78%

 BLUE value IS 131 (51.56% from 255) = 24.39%

R = 34.82%
G = 40.78%
B = 24.39%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#BBDB83 (or 0xBBDB83) is known color: Sulu. HEX triplet: BB, DB and 83. RGB value is (187,219,131). Sum of RGB (Red+Green+Blue) = 187+219+131=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 131 (51.56% from 255 or 24.39% from 537); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDB83 is #44247C. Grayscale: #C7C7C7. Windows color (decimal): -4465789 or 8641467. OLE color: 8641467.

HSL color Cylindrical-coordinate representation of color #BBDB83: hue angle of 81.82º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBDB83 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 219 131 -
CMYK 0.15 0 0.40 0.14
HSL 81.82º 0.55% 0.69% -
HSV(B) 81.82º 0.4% 0.86% -
XYZ 49.92 62.87 30.98 -
YUV 199.4 89.4 119.16 -
System Red Green Blue C M Y K H S L
Decimal 187 219 131 0.15 0 0.40 0.14 81.82 0.55 0.69
Hex BB DB 83 F 0 28 E 52 37 45
Octal 273 333 203 17 0 50 16 122 67 105
Binary 10111011 11011011 10000011 1111 0 101000 1110 1010010 110111 1000101

Color Harmonies of #BBDB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDB83

Black with #BBDB83

Text Example


Text Example

White with #BBDB83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDB83; }

 p { color: rgb(187,219,131); }

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

background-color css

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

 a { background-color: rgb(187,219,131); }

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

border-color css

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

 span { border-color: rgb(187,219,131); }

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