Html Css Color HEX #BBD398 Sprout

📋 copy color: '#BBD398'

red 187 ◦ green 211 ◦ blue 152

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

Shades of Sprout #BBD398

Tints of Sprout #BBD398

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.36%

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

R = 34%
G = 38.36%
B = 27.64%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#BBD398 (or 0xBBD398) is known color: Sprout. HEX triplet: BB, D3 and 98. RGB value is (187,211,152). Sum of RGB (Red+Green+Blue) = 187+211+152=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 211 (82.81% from 255 or 38.36% from 550); Blue value is 152 (59.77% from 255 or 27.64% from 550); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD398 is #442C67. Grayscale: #C5C5C5. Windows color (decimal): -4467816 or 10015675. OLE color: 10015675.

HSL color Cylindrical-coordinate representation of color #BBD398: hue angle of 84.41º degrees, saturation: 0.4, 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 #BBD398 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB 187 211 152 -
CMYK 0.11 0 0.28 0.17
HSL 84.41º 0.4% 0.71% -
HSV(B) 84.41º 0.28% 0.83% -
XYZ 49.46 59.42 38.57 -
YUV 197.1 102.55 120.8 -
System Red Green Blue C M Y K H S L
Decimal 187 211 152 0.11 0 0.28 0.17 84.41 0.4 0.71
Hex BB D3 98 B 0 1C 11 54 28 47
Octal 273 323 230 13 0 34 21 124 50 107
Binary 10111011 11010011 10011000 1011 0 11100 10001 1010100 101000 1000111

Color Harmonies of #BBD398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD398

Black with #BBD398

Text Example


Text Example

White with #BBD398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD398; }

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

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

background-color css

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

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

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

border-color css

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

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

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