Html Css Color HEX #BBDA70 Sulu

📋 copy color: '#BBDA70'

red 187 ◦ green 218 ◦ blue 112

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

Shades of Sulu #BBDA70

Tints of Sulu #BBDA70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.66%

R = 36.17%
G = 42.17%
B = 21.66%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#BBDA70 (or 0xBBDA70) is known color: Sulu. HEX triplet: BB, DA and 70. RGB value is (187,218,112). Sum of RGB (Red+Green+Blue) = 187+218+112=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 112 (44.14% from 255 or 21.66% from 517); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDA70 is #44258F. Grayscale: #C5C5C5. Windows color (decimal): -4466064 or 7396027. OLE color: 7396027.

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

Color convert

RGB 187 218 112 -
CMYK 0.14 0 0.49 0.15
HSL 77.55º 0.59% 0.65% -
HSV(B) 77.55º 0.49% 0.85% -
XYZ 48.49 61.88 24.72 -
YUV 196.65 80.23 121.12 -
System Red Green Blue C M Y K H S L
Decimal 187 218 112 0.14 0 0.49 0.15 77.55 0.59 0.65
Hex BB DA 70 E 0 31 F 4E 3B 41
Octal 273 332 160 16 0 61 17 116 73 101
Binary 10111011 11011010 1110000 1110 0 110001 1111 1001110 111011 1000001

Color Harmonies of #BBDA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDA70

Black with #BBDA70

Text Example


Text Example

White with #BBDA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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