Html Css Color HEX #B0B68F Green Spring

📋 copy color: '#B0B68F'

red 176 ◦ green 182 ◦ blue 143

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

Shades of Green Spring #B0B68F

Tints of Green Spring #B0B68F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.54%

R = 35.13%
G = 36.33%
B = 28.54%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B0B68F (or 0xB0B68F) is known color: Green Spring. HEX triplet: B0, B6 and 8F. RGB value is (176,182,143). Sum of RGB (Red+Green+Blue) = 176+182+143=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 182 (71.48% from 255 or 36.33% from 501); Blue value is 143 (56.25% from 255 or 28.54% from 501); Max value from RGB is 182 - color contains mainly: green. Hex color #B0B68F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B68F is #4F4970. Grayscale: #AFAFAF. Windows color (decimal): -5196145 or 9418416. OLE color: 9418416.

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

Color convert

RGB 176 182 143 -
CMYK 0.03 0 0.21 0.29
HSL 69.23º 0.21% 0.64% -
HSV(B) 69.23º 0.21% 0.71% -
XYZ 39.59 44.67 32.52 -
YUV 175.76 109.51 128.17 -
System Red Green Blue C M Y K H S L
Decimal 176 182 143 0.03 0 0.21 0.29 69.23 0.21 0.64
Hex B0 B6 8F 3 0 15 1D 45 15 40
Octal 260 266 217 3 0 25 35 105 25 100
Binary 10110000 10110110 10001111 11 0 10101 11101 1000101 10101 1000000

Color Harmonies of #B0B68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B68F

Black with #B0B68F

Text Example


Text Example

White with #B0B68F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B68F; }

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

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

background-color css

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

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

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

border-color css

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

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

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