Html Css Color HEX #B7C298 Sprout

📋 copy color: '#B7C298'

red 183 ◦ green 194 ◦ blue 152

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

Shades of Sprout #B7C298

Tints of Sprout #B7C298

RGB

 RED value IS 183 (71.88% from 255) = 34.59%

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

 BLUE value IS 152 (59.77% from 255) = 28.73%

R = 34.59%
G = 36.67%
B = 28.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#B7C298 (or 0xB7C298) is known color: Sprout. HEX triplet: B7, C2 and 98. RGB value is (183,194,152). Sum of RGB (Red+Green+Blue) = 183+194+152=529 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.59% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 152 (59.77% from 255 or 28.73% from 529); Max value from RGB is 194 - color contains mainly: green. Hex color #B7C298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C298 is #483D67. Grayscale: #BABABA. Windows color (decimal): -4734312 or 10011319. OLE color: 10011319.

HSL color Cylindrical-coordinate representation of color #B7C298: hue angle of 75.71º 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 #B7C298 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 183 194 152 -
CMYK 0.06 0 0.22 0.24
HSL 75.71º 0.26% 0.68% -
HSV(B) 75.71º 0.22% 0.76% -
XYZ 44.49 50.92 37.19 -
YUV 185.92 108.86 125.92 -
System Red Green Blue C M Y K H S L
Decimal 183 194 152 0.06 0 0.22 0.24 75.71 0.26 0.68
Hex B7 C2 98 6 0 16 18 4C 1A 44
Octal 267 302 230 6 0 26 30 114 32 104
Binary 10110111 11000010 10011000 110 0 10110 11000 1001100 11010 1000100

Color Harmonies of #B7C298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7C298

Black with #B7C298

Text Example


Text Example

White with #B7C298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7C298; }

 p { color: rgb(183,194,152); }

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

background-color css

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

 a { background-color: rgb(183,194,152); }

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

border-color css

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

 span { border-color: rgb(183,194,152); }

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