Html Css Color HEX #BBE074 Sulu

📋 copy color: '#BBE074'

red 187 ◦ green 224 ◦ blue 116

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

Shades of Sulu #BBE074

Tints of Sulu #BBE074

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.5%

 BLUE value IS 116 (45.7% from 255) = 22.01%

R = 35.48%
G = 42.5%
B = 22.01%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#BBE074 (or 0xBBE074) is known color: Sulu. HEX triplet: BB, E0 and 74. RGB value is (187,224,116). Sum of RGB (Red+Green+Blue) = 187+224+116=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 224 (87.89% from 255 or 42.50% from 527); Blue value is 116 (45.70% from 255 or 22.01% from 527); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE074 is #441F8B. Grayscale: #C9C9C9. Windows color (decimal): -4464524 or 7659707. OLE color: 7659707.

HSL color Cylindrical-coordinate representation of color #BBE074: hue angle of 80.56º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BBE074 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 224 116 -
CMYK 0.17 0 0.48 0.12
HSL 80.56º 0.64% 0.67% -
HSV(B) 80.56º 0.48% 0.88% -
XYZ 50.3 65.14 26.44 -
YUV 200.63 80.24 118.28 -
System Red Green Blue C M Y K H S L
Decimal 187 224 116 0.17 0 0.48 0.12 80.56 0.64 0.67
Hex BB E0 74 11 0 30 C 51 40 43
Octal 273 340 164 21 0 60 14 121 100 103
Binary 10111011 11100000 1110100 10001 0 110000 1100 1010001 1000000 1000011

Color Harmonies of #BBE074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE074

Black with #BBE074

Text Example


Text Example

White with #BBE074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE074; }

 p { color: rgb(187,224,116); }

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

background-color css

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

 a { background-color: rgb(187,224,116); }

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

border-color css

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

 span { border-color: rgb(187,224,116); }

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