Html Css Color HEX #BBCC98 Sprout

📋 copy color: '#BBCC98'

red 187 ◦ green 204 ◦ blue 152

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

Shades of Sprout #BBCC98

Tints of Sprout #BBCC98

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.57%

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

R = 34.44%
G = 37.57%
B = 27.99%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#BBCC98 (or 0xBBCC98) is known color: Sprout. HEX triplet: BB, CC and 98. RGB value is (187,204,152). Sum of RGB (Red+Green+Blue) = 187+204+152=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 204 (80.08% from 255 or 37.57% from 543); Blue value is 152 (59.77% from 255 or 27.99% from 543); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCC98 is #443367. Grayscale: #C1C1C1. Windows color (decimal): -4469608 or 10013883. OLE color: 10013883.

HSL color Cylindrical-coordinate representation of color #BBCC98: hue angle of 79.62º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBCC98 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 204 152 -
CMYK 0.08 0 0.25 0.2
HSL 79.62º 0.34% 0.7% -
HSV(B) 79.62º 0.25% 0.8% -
XYZ 47.75 56.02 38 -
YUV 192.99 104.87 123.73 -
System Red Green Blue C M Y K H S L
Decimal 187 204 152 0.08 0 0.25 0.2 79.62 0.34 0.7
Hex BB CC 98 8 0 19 14 50 22 46
Octal 273 314 230 10 0 31 24 120 42 106
Binary 10111011 11001100 10011000 1000 0 11001 10100 1010000 100010 1000110

Color Harmonies of #BBCC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCC98

Black with #BBCC98

Text Example


Text Example

White with #BBCC98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCC98; }

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

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

background-color css

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

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

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

border-color css

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

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

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