Html Css Color HEX #BBDE73 Sulu

📋 copy color: '#BBDE73'

red 187 ◦ green 222 ◦ blue 115

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

Shades of Sulu #BBDE73

Tints of Sulu #BBDE73

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.37%

 BLUE value IS 115 (45.31% from 255) = 21.95%

R = 35.69%
G = 42.37%
B = 21.95%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#BBDE73 (or 0xBBDE73) is known color: Sulu. HEX triplet: BB, DE and 73. RGB value is (187,222,115). Sum of RGB (Red+Green+Blue) = 187+222+115=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 222 (87.11% from 255 or 42.37% from 524); Blue value is 115 (45.31% from 255 or 21.95% from 524); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDE73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDE73 is #44218C. Grayscale: #C7C7C7. Windows color (decimal): -4465037 or 7593659. OLE color: 7593659.

HSL color Cylindrical-coordinate representation of color #BBDE73: hue angle of 79.63º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BBDE73 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 222 115 -
CMYK 0.16 0 0.48 0.13
HSL 79.63º 0.62% 0.66% -
HSV(B) 79.63º 0.48% 0.87% -
XYZ 49.71 64.05 25.96 -
YUV 199.34 80.4 119.2 -
System Red Green Blue C M Y K H S L
Decimal 187 222 115 0.16 0 0.48 0.13 79.63 0.62 0.66
Hex BB DE 73 10 0 30 D 50 3E 42
Octal 273 336 163 20 0 60 15 120 76 102
Binary 10111011 11011110 1110011 10000 0 110000 1101 1010000 111110 1000010

Color Harmonies of #BBDE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDE73

Black with #BBDE73

Text Example


Text Example

White with #BBDE73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDE73; }

 p { color: rgb(187,222,115); }

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

background-color css

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

 a { background-color: rgb(187,222,115); }

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

border-color css

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

 span { border-color: rgb(187,222,115); }

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