Html Css Color HEX #B4C297 Sprout

📋 copy color: '#B4C297'

red 180 ◦ green 194 ◦ blue 151

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

Shades of Sprout #B4C297

Tints of Sprout #B4C297

RGB

 RED value IS 180 (70.7% from 255) = 34.29%

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

 BLUE value IS 151 (59.38% from 255) = 28.76%

R = 34.29%
G = 36.95%
B = 28.76%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#B4C297 (or 0xB4C297) is known color: Sprout. HEX triplet: B4, C2 and 97. RGB value is (180,194,151). Sum of RGB (Red+Green+Blue) = 180+194+151=525 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.29% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 151 (59.38% from 255 or 28.76% from 525); Max value from RGB is 194 - color contains mainly: green. Hex color #B4C297 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C297 is #4B3D68. Grayscale: #B9B9B9. Windows color (decimal): -4930921 or 9945780. OLE color: 9945780.

HSL color Cylindrical-coordinate representation of color #B4C297: hue angle of 79.53º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4C297 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 180 194 151 -
CMYK 0.07 0 0.22 0.24
HSL 79.53º 0.26% 0.68% -
HSV(B) 79.53º 0.22% 0.76% -
XYZ 43.7 50.52 36.73 -
YUV 184.91 108.86 124.5 -
System Red Green Blue C M Y K H S L
Decimal 180 194 151 0.07 0 0.22 0.24 79.53 0.26 0.68
Hex B4 C2 97 7 0 16 18 50 1A 44
Octal 264 302 227 7 0 26 30 120 32 104
Binary 10110100 11000010 10010111 111 0 10110 11000 1010000 11010 1000100

Color Harmonies of #B4C297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C297

Black with #B4C297

Text Example


Text Example

White with #B4C297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C297; }

 p { color: rgb(180,194,151); }

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

background-color css

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

 a { background-color: rgb(180,194,151); }

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

border-color css

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

 span { border-color: rgb(180,194,151); }

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