Html Css Color HEX #B9CB90 Sprout

📋 copy color: '#B9CB90'

red 185 ◦ green 203 ◦ blue 144

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

Shades of Sprout #B9CB90

Tints of Sprout #B9CB90

RGB

 RED value IS 185 (72.66% from 255) = 34.77%

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

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

R = 34.77%
G = 38.16%
B = 27.07%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#B9CB90 (or 0xB9CB90) is known color: Sprout. HEX triplet: B9, CB and 90. RGB value is (185,203,144). Sum of RGB (Red+Green+Blue) = 185+203+144=532 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.77% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 144 (56.64% from 255 or 27.07% from 532); Max value from RGB is 203 - color contains mainly: green. Hex color #B9CB90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CB90 is #46346F. Grayscale: #BFBFBF. Windows color (decimal): -4600944 or 9489337. OLE color: 9489337.

HSL color Cylindrical-coordinate representation of color #B9CB90: hue angle of 78.31º 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 #B9CB90 is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 203 144 -
CMYK 0.09 0 0.29 0.20
HSL 78.31º 0.36% 0.68% -
HSV(B) 78.31º 0.29% 0.8% -
XYZ 46.4 55.04 34.56 -
YUV 190.89 101.54 123.8 -
System Red Green Blue C M Y K H S L
Decimal 185 203 144 0.09 0 0.29 0.20 78.31 0.36 0.68
Hex B9 CB 90 9 0 1D 14 4E 24 44
Octal 271 313 220 11 0 35 24 116 44 104
Binary 10111001 11001011 10010000 1001 0 11101 10100 1001110 100100 1000100

Color Harmonies of #B9CB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CB90

Black with #B9CB90

Text Example


Text Example

White with #B9CB90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CB90; }

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

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

background-color css

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

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

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

border-color css

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

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

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