Html Css Color HEX #BBD498 Sprout

📋 copy color: '#BBD498'

red 187 ◦ green 212 ◦ blue 152

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

Shades of Sprout #BBD498

Tints of Sprout #BBD498

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.48%

 BLUE value IS 152 (59.77% from 255) = 27.59%

R = 33.94%
G = 38.48%
B = 27.59%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#BBD498 (or 0xBBD498) is known color: Sprout. HEX triplet: BB, D4 and 98. RGB value is (187,212,152). Sum of RGB (Red+Green+Blue) = 187+212+152=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 212 (83.20% from 255 or 38.48% from 551); Blue value is 152 (59.77% from 255 or 27.59% from 551); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD498 is #442B67. Grayscale: #C5C5C5. Windows color (decimal): -4467560 or 10015931. OLE color: 10015931.

HSL color Cylindrical-coordinate representation of color #BBD498: hue angle of 85º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBD498 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB 187 212 152 -
CMYK 0.12 0 0.28 0.17
HSL 85º 0.41% 0.71% -
HSV(B) 85º 0.28% 0.83% -
XYZ 49.7 59.92 38.65 -
YUV 197.69 102.22 120.38 -
System Red Green Blue C M Y K H S L
Decimal 187 212 152 0.12 0 0.28 0.17 85 0.41 0.71
Hex BB D4 98 C 0 1C 11 55 29 47
Octal 273 324 230 14 0 34 21 125 51 107
Binary 10111011 11010100 10011000 1100 0 11100 10001 1010101 101001 1000111

Color Harmonies of #BBD498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD498

Black with #BBD498

Text Example


Text Example

White with #BBD498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD498; }

 p { color: rgb(187,212,152); }

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

background-color css

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

 a { background-color: rgb(187,212,152); }

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

border-color css

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

 span { border-color: rgb(187,212,152); }

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