Html Css Color HEX #B0B390 Bud

📋 copy color: '#B0B390'

red 176 ◦ green 179 ◦ blue 144

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

Shades of Bud #B0B390

Tints of Bud #B0B390

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.87%

 BLUE value IS 144 (56.64% from 255) = 28.86%

R = 35.27%
G = 35.87%
B = 28.86%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B0B390 (or 0xB0B390) is known color: Bud. HEX triplet: B0, B3 and 90. RGB value is (176,179,144). Sum of RGB (Red+Green+Blue) = 176+179+144=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 179 (70.31% from 255 or 35.87% from 499); Blue value is 144 (56.64% from 255 or 28.86% from 499); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B390 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B390 is #4F4C6F. Grayscale: #AEAEAE. Windows color (decimal): -5196912 or 9483184. OLE color: 9483184.

HSL color Cylindrical-coordinate representation of color #B0B390: hue angle of 65.14º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0B390 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 176 179 144 -
CMYK 0.02 0 0.20 0.30
HSL 65.14º 0.19% 0.63% -
HSV(B) 65.14º 0.2% 0.7% -
XYZ 39.06 43.48 32.72 -
YUV 174.11 111.01 129.35 -
System Red Green Blue C M Y K H S L
Decimal 176 179 144 0.02 0 0.20 0.30 65.14 0.19 0.63
Hex B0 B3 90 2 0 14 1E 41 13 3F
Octal 260 263 220 2 0 24 36 101 23 77
Binary 10110000 10110011 10010000 10 0 10100 11110 1000001 10011 111111

Color Harmonies of #B0B390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B390

Black with #B0B390

Text Example


Text Example

White with #B0B390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B390; }

 p { color: rgb(176,179,144); }

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

background-color css

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

 a { background-color: rgb(176,179,144); }

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

border-color css

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

 span { border-color: rgb(176,179,144); }

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