Html Css Color HEX #BBEA70 Sulu

📋 copy color: '#BBEA70'

red 187 ◦ green 234 ◦ blue 112

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

Shades of Sulu #BBEA70

Tints of Sulu #BBEA70

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.9%

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

R = 35.08%
G = 43.9%
B = 21.01%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#BBEA70 (or 0xBBEA70) is known color: Sulu. HEX triplet: BB, EA and 70. RGB value is (187,234,112). Sum of RGB (Red+Green+Blue) = 187+234+112=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 234 (91.80% from 255 or 43.90% from 533); Blue value is 112 (44.14% from 255 or 21.01% from 533); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEA70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBEA70 is #44158F. Grayscale: #CECECE. Windows color (decimal): -4461968 or 7400123. OLE color: 7400123.

HSL color Cylindrical-coordinate representation of color #BBEA70: hue angle of 83.11º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BBEA70 is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 234 112 -
CMYK 0.20 0 0.52 0.08
HSL 83.11º 0.74% 0.68% -
HSV(B) 83.11º 0.52% 0.92% -
XYZ 52.84 70.58 26.17 -
YUV 206.04 74.93 114.42 -
System Red Green Blue C M Y K H S L
Decimal 187 234 112 0.20 0 0.52 0.08 83.11 0.74 0.68
Hex BB EA 70 14 0 34 8 53 4A 44
Octal 273 352 160 24 0 64 10 123 112 104
Binary 10111011 11101010 1110000 10100 0 110100 1000 1010011 1001010 1000100

Color Harmonies of #BBEA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEA70

Black with #BBEA70

Text Example


Text Example

White with #BBEA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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