Html Css Color HEX #B0CA9A Sprout

📋 copy color: '#B0CA9A'

red 176 ◦ green 202 ◦ blue 154

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

Shades of Sprout #B0CA9A

Tints of Sprout #B0CA9A

RGB

 RED value IS 176 (69.14% from 255) = 33.08%

 GREEN value IS 202 (79.3% from 255) = 37.97%

 BLUE value IS 154 (60.55% from 255) = 28.95%

R = 33.08%
G = 37.97%
B = 28.95%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#B0CA9A (or 0xB0CA9A) is known color: Sprout. HEX triplet: B0, CA and 9A. RGB value is (176,202,154). Sum of RGB (Red+Green+Blue) = 176+202+154=532 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.08% from 532); Green value is 202 (79.30% from 255 or 37.97% from 532); Blue value is 154 (60.55% from 255 or 28.95% from 532); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CA9A is #4F3565. Grayscale: #BCBCBC. Windows color (decimal): -5191014 or 10144432. OLE color: 10144432.

HSL color Cylindrical-coordinate representation of color #B0CA9A: hue angle of 92.5º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B0CA9A is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 202 154 -
CMYK 0.13 0 0.24 0.21
HSL 92.5º 0.31% 0.7% -
HSV(B) 92.5º 0.24% 0.79% -
XYZ 44.86 53.8 38.59 -
YUV 188.75 108.39 118.9 -
System Red Green Blue C M Y K H S L
Decimal 176 202 154 0.13 0 0.24 0.21 92.5 0.31 0.7
Hex B0 CA 9A D 0 18 15 5C 1F 46
Octal 260 312 232 15 0 30 25 134 37 106
Binary 10110000 11001010 10011010 1101 0 11000 10101 1011100 11111 1000110

Color Harmonies of #B0CA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CA9A

Black with #B0CA9A

Text Example


Text Example

White with #B0CA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CA9A; }

 p { color: rgb(176,202,154); }

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

background-color css

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

 a { background-color: rgb(176,202,154); }

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

border-color css

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

 span { border-color: rgb(176,202,154); }

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