Html Css Color HEX #BBD97E Sulu

📋 copy color: '#BBD97E'

red 187 ◦ green 217 ◦ blue 126

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

Shades of Sulu #BBD97E

Tints of Sulu #BBD97E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.94%

 BLUE value IS 126 (49.61% from 255) = 23.77%

R = 35.28%
G = 40.94%
B = 23.77%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#BBD97E (or 0xBBD97E) is known color: Sulu. HEX triplet: BB, D9 and 7E. RGB value is (187,217,126). Sum of RGB (Red+Green+Blue) = 187+217+126=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 217 (85.16% from 255 or 40.94% from 530); Blue value is 126 (49.61% from 255 or 23.77% from 530); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD97E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD97E is #442681. Grayscale: #C5C5C5. Windows color (decimal): -4466306 or 8313275. OLE color: 8313275.

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

Color convert

RGB 187 217 126 -
CMYK 0.14 0 0.42 0.15
HSL 79.78º 0.54% 0.67% -
HSV(B) 79.78º 0.42% 0.85% -
XYZ 49.07 61.7 29.06 -
YUV 197.66 87.56 120.4 -
System Red Green Blue C M Y K H S L
Decimal 187 217 126 0.14 0 0.42 0.15 79.78 0.54 0.67
Hex BB D9 7E E 0 2A F 50 36 43
Octal 273 331 176 16 0 52 17 120 66 103
Binary 10111011 11011001 1111110 1110 0 101010 1111 1010000 110110 1000011

Color Harmonies of #BBD97E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD97E

Black with #BBD97E

Text Example


Text Example

White with #BBD97E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD97E; }

 p { color: rgb(187,217,126); }

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

background-color css

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

 a { background-color: rgb(187,217,126); }

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

border-color css

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

 span { border-color: rgb(187,217,126); }

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