Html Css Color HEX #BBDC84 Sulu

📋 copy color: '#BBDC84'

red 187 ◦ green 220 ◦ blue 132

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

Shades of Sulu #BBDC84

Tints of Sulu #BBDC84

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.82%

 BLUE value IS 132 (51.95% from 255) = 24.49%

R = 34.69%
G = 40.82%
B = 24.49%

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

#BBDC84 (or 0xBBDC84) is known color: Sulu. HEX triplet: BB, DC and 84. RGB value is (187,220,132). Sum of RGB (Red+Green+Blue) = 187+220+132=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 132 (51.95% from 255 or 24.49% from 539); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDC84 is #44237B. Grayscale: #C8C8C8. Windows color (decimal): -4465532 or 8707259. OLE color: 8707259.

HSL color Cylindrical-coordinate representation of color #BBDC84: hue angle of 82.5º degrees, saturation: 0.56, 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 #BBDC84 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 220 132 -
CMYK 0.15 0 0.40 0.14
HSL 82.5º 0.56% 0.69% -
HSV(B) 82.5º 0.4% 0.86% -
XYZ 50.25 63.42 31.42 -
YUV 200.1 89.57 118.66 -
System Red Green Blue C M Y K H S L
Decimal 187 220 132 0.15 0 0.40 0.14 82.5 0.56 0.69
Hex BB DC 84 F 0 28 E 52 38 45
Octal 273 334 204 17 0 50 16 122 70 105
Binary 10111011 11011100 10000100 1111 0 101000 1110 1010010 111000 1000101

Color Harmonies of #BBDC84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDC84

Black with #BBDC84

Text Example


Text Example

White with #BBDC84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDC84; }

 p { color: rgb(187,220,132); }

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

background-color css

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

 a { background-color: rgb(187,220,132); }

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

border-color css

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

 span { border-color: rgb(187,220,132); }

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