Html Css Color HEX #BBDA71 Sulu

📋 copy color: '#BBDA71'

red 187 ◦ green 218 ◦ blue 113

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

Shades of Sulu #BBDA71

Tints of Sulu #BBDA71

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.08%

 BLUE value IS 113 (44.53% from 255) = 21.81%

R = 36.1%
G = 42.08%
B = 21.81%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#BBDA71 (or 0xBBDA71) is known color: Sulu. HEX triplet: BB, DA and 71. RGB value is (187,218,113). Sum of RGB (Red+Green+Blue) = 187+218+113=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 113 (44.53% from 255 or 21.81% from 518); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDA71 is #44258E. Grayscale: #C5C5C5. Windows color (decimal): -4466063 or 7461563. OLE color: 7461563.

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

Color convert

RGB 187 218 113 -
CMYK 0.14 0 0.48 0.15
HSL 77.71º 0.59% 0.65% -
HSV(B) 77.71º 0.48% 0.85% -
XYZ 48.55 61.9 25.01 -
YUV 196.76 80.73 121.04 -
System Red Green Blue C M Y K H S L
Decimal 187 218 113 0.14 0 0.48 0.15 77.71 0.59 0.65
Hex BB DA 71 E 0 30 F 4E 3B 41
Octal 273 332 161 16 0 60 17 116 73 101
Binary 10111011 11011010 1110001 1110 0 110000 1111 1001110 111011 1000001

Color Harmonies of #BBDA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDA71

Black with #BBDA71

Text Example


Text Example

White with #BBDA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDA71; }

 p { color: rgb(187,218,113); }

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

background-color css

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

 a { background-color: rgb(187,218,113); }

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

border-color css

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

 span { border-color: rgb(187,218,113); }

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