Html Css Color HEX #B0CB90 Sprout

📋 copy color: '#B0CB90'

red 176 ◦ green 203 ◦ blue 144

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

Shades of Sprout #B0CB90

Tints of Sprout #B0CB90

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.81%

 BLUE value IS 144 (56.64% from 255) = 27.53%

R = 33.65%
G = 38.81%
B = 27.53%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#B0CB90 (or 0xB0CB90) is known color: Sprout. HEX triplet: B0, CB and 90. RGB value is (176,203,144). Sum of RGB (Red+Green+Blue) = 176+203+144=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 203 (79.69% from 255 or 38.81% from 523); Blue value is 144 (56.64% from 255 or 27.53% from 523); Max value from RGB is 203 - color contains mainly: green. Hex color #B0CB90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CB90 is #4F346F. Grayscale: #BCBCBC. Windows color (decimal): -5190768 or 9489328. OLE color: 9489328.

HSL color Cylindrical-coordinate representation of color #B0CB90: hue angle of 87.46º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0CB90 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 203 144 -
CMYK 0.13 0 0.29 0.20
HSL 87.46º 0.36% 0.68% -
HSV(B) 87.46º 0.29% 0.8% -
XYZ 44.29 53.96 34.47 -
YUV 188.2 103.05 119.3 -
System Red Green Blue C M Y K H S L
Decimal 176 203 144 0.13 0 0.29 0.20 87.46 0.36 0.68
Hex B0 CB 90 D 0 1D 14 57 24 44
Octal 260 313 220 15 0 35 24 127 44 104
Binary 10110000 11001011 10010000 1101 0 11101 10100 1010111 100100 1000100

Color Harmonies of #B0CB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CB90

Black with #B0CB90

Text Example


Text Example

White with #B0CB90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CB90; }

 p { color: rgb(176,203,144); }

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

background-color css

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

 a { background-color: rgb(176,203,144); }

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

border-color css

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

 span { border-color: rgb(176,203,144); }

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