Html Css Color HEX #B3C292 Sprout

📋 copy color: '#B3C292'

red 179 ◦ green 194 ◦ blue 146

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

Shades of Sprout #B3C292

Tints of Sprout #B3C292

RGB

 RED value IS 179 (70.31% from 255) = 34.49%

 GREEN value IS 194 (76.17% from 255) = 37.38%

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

R = 34.49%
G = 37.38%
B = 28.13%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#B3C292 (or 0xB3C292) is known color: Sprout. HEX triplet: B3, C2 and 92. RGB value is (179,194,146). Sum of RGB (Red+Green+Blue) = 179+194+146=519 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.49% from 519); Green value is 194 (76.17% from 255 or 37.38% from 519); Blue value is 146 (57.42% from 255 or 28.13% from 519); Max value from RGB is 194 - color contains mainly: green. Hex color #B3C292 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C292 is #4C3D6D. Grayscale: #B8B8B8. Windows color (decimal): -4996462 or 9618099. OLE color: 9618099.

HSL color Cylindrical-coordinate representation of color #B3C292: hue angle of 78.75º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3C292 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 179 194 146 -
CMYK 0.08 0 0.25 0.24
HSL 78.75º 0.28% 0.67% -
HSV(B) 78.75º 0.25% 0.76% -
XYZ 43.07 50.24 34.62 -
YUV 184.04 106.53 124.4 -
System Red Green Blue C M Y K H S L
Decimal 179 194 146 0.08 0 0.25 0.24 78.75 0.28 0.67
Hex B3 C2 92 8 0 19 18 4F 1C 43
Octal 263 302 222 10 0 31 30 117 34 103
Binary 10110011 11000010 10010010 1000 0 11001 11000 1001111 11100 1000011

Color Harmonies of #B3C292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C292

Black with #B3C292

Text Example


Text Example

White with #B3C292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C292; }

 p { color: rgb(179,194,146); }

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

background-color css

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

 a { background-color: rgb(179,194,146); }

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

border-color css

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

 span { border-color: rgb(179,194,146); }

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