Html Css Color HEX #B5CC92 Sprout

📋 copy color: '#B5CC92'

red 181 ◦ green 204 ◦ blue 146

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

Shades of Sprout #B5CC92

Tints of Sprout #B5CC92

RGB

 RED value IS 181 (71.09% from 255) = 34.09%

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

 BLUE value IS 146 (57.42% from 255) = 27.5%

R = 34.09%
G = 38.42%
B = 27.5%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#B5CC92 (or 0xB5CC92) is known color: Sprout. HEX triplet: B5, CC and 92. RGB value is (181,204,146). Sum of RGB (Red+Green+Blue) = 181+204+146=531 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.09% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 146 (57.42% from 255 or 27.50% from 531); Max value from RGB is 204 - color contains mainly: green. Hex color #B5CC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CC92 is #4A336D. Grayscale: #BEBEBE. Windows color (decimal): -4862830 or 9620661. OLE color: 9620661.

HSL color Cylindrical-coordinate representation of color #B5CC92: hue angle of 83.79º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5CC92 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB 181 204 146 -
CMYK 0.11 0 0.28 0.2
HSL 83.79º 0.36% 0.69% -
HSV(B) 83.79º 0.28% 0.8% -
XYZ 45.84 55.08 35.41 -
YUV 190.51 102.88 121.22 -
System Red Green Blue C M Y K H S L
Decimal 181 204 146 0.11 0 0.28 0.2 83.79 0.36 0.69
Hex B5 CC 92 B 0 1C 14 54 24 45
Octal 265 314 222 13 0 34 24 124 44 105
Binary 10110101 11001100 10010010 1011 0 11100 10100 1010100 100100 1000101

Color Harmonies of #B5CC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CC92

Black with #B5CC92

Text Example


Text Example

White with #B5CC92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CC92; }

 p { color: rgb(181,204,146); }

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

background-color css

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

 a { background-color: rgb(181,204,146); }

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

border-color css

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

 span { border-color: rgb(181,204,146); }

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