Html Css Color HEX #B2C69A Sprout

📋 copy color: '#B2C69A'

red 178 ◦ green 198 ◦ blue 154

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

Shades of Sprout #B2C69A

Tints of Sprout #B2C69A

RGB

 RED value IS 178 (69.92% from 255) = 33.58%

 GREEN value IS 198 (77.73% from 255) = 37.36%

 BLUE value IS 154 (60.55% from 255) = 29.06%

R = 33.58%
G = 37.36%
B = 29.06%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#B2C69A (or 0xB2C69A) is known color: Sprout. HEX triplet: B2, C6 and 9A. RGB value is (178,198,154). Sum of RGB (Red+Green+Blue) = 178+198+154=530 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.58% from 530); Green value is 198 (77.73% from 255 or 37.36% from 530); Blue value is 154 (60.55% from 255 or 29.06% from 530); Max value from RGB is 198 - color contains mainly: green. Hex color #B2C69A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C69A is #4D3965. Grayscale: #BBBBBB. Windows color (decimal): -5060966 or 10143410. OLE color: 10143410.

HSL color Cylindrical-coordinate representation of color #B2C69A: hue angle of 87.27º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2C69A is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB 178 198 154 -
CMYK 0.10 0 0.22 0.22
HSL 87.27º 0.28% 0.69% -
HSV(B) 87.27º 0.22% 0.78% -
XYZ 44.39 52.19 38.31 -
YUV 187 109.37 121.58 -
System Red Green Blue C M Y K H S L
Decimal 178 198 154 0.10 0 0.22 0.22 87.27 0.28 0.69
Hex B2 C6 9A A 0 16 16 57 1C 45
Octal 262 306 232 12 0 26 26 127 34 105
Binary 10110010 11000110 10011010 1010 0 10110 10110 1010111 11100 1000101

Color Harmonies of #B2C69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C69A

Black with #B2C69A

Text Example


Text Example

White with #B2C69A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C69A; }

 p { color: rgb(178,198,154); }

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

background-color css

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

 a { background-color: rgb(178,198,154); }

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

border-color css

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

 span { border-color: rgb(178,198,154); }

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