Html Css Color HEX #B0B692 Green Spring

📋 copy color: '#B0B692'

red 176 ◦ green 182 ◦ blue 146

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

Shades of Green Spring #B0B692

Tints of Green Spring #B0B692

RGB

 RED value IS 176 (69.14% from 255) = 34.92%

 GREEN value IS 182 (71.48% from 255) = 36.11%

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

R = 34.92%
G = 36.11%
B = 28.97%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B0B692 (or 0xB0B692) is known color: Green Spring. HEX triplet: B0, B6 and 92. RGB value is (176,182,146). Sum of RGB (Red+Green+Blue) = 176+182+146=504 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.92% from 504); Green value is 182 (71.48% from 255 or 36.11% from 504); Blue value is 146 (57.42% from 255 or 28.97% from 504); Max value from RGB is 182 - color contains mainly: green. Hex color #B0B692 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B692 is #4F496D. Grayscale: #B0B0B0. Windows color (decimal): -5196142 or 9615024. OLE color: 9615024.

HSL color Cylindrical-coordinate representation of color #B0B692: hue angle of 70º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0B692 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 176 182 146 -
CMYK 0.03 0 0.20 0.29
HSL 70º 0.2% 0.64% -
HSV(B) 70º 0.2% 0.71% -
XYZ 39.82 44.76 33.74 -
YUV 176.1 111.01 127.93 -
System Red Green Blue C M Y K H S L
Decimal 176 182 146 0.03 0 0.20 0.29 70 0.2 0.64
Hex B0 B6 92 3 0 14 1D 46 14 40
Octal 260 266 222 3 0 24 35 106 24 100
Binary 10110000 10110110 10010010 11 0 10100 11101 1000110 10100 1000000

Color Harmonies of #B0B692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B692

Black with #B0B692

Text Example


Text Example

White with #B0B692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B692; }

 p { color: rgb(176,182,146); }

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

background-color css

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

 a { background-color: rgb(176,182,146); }

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

border-color css

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

 span { border-color: rgb(176,182,146); }

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