Html Css Color HEX #B0B94D Celery

📋 copy color: '#B0B94D'

red 176 ◦ green 185 ◦ blue 77

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

Shades of Celery #B0B94D

Tints of Celery #B0B94D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.24%

 BLUE value IS 77 (30.47% from 255) = 17.58%

R = 40.18%
G = 42.24%
B = 17.58%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B0B94D (or 0xB0B94D) is known color: Celery. HEX triplet: B0, B9 and 4D. RGB value is (176,185,77). Sum of RGB (Red+Green+Blue) = 176+185+77=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 185 (72.66% from 255 or 42.24% from 438); Blue value is 77 (30.47% from 255 or 17.58% from 438); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B94D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B94D is #4F46B2. Grayscale: #AAAAAA. Windows color (decimal): -5195443 or 5093808. OLE color: 5093808.

HSL color Cylindrical-coordinate representation of color #B0B94D: hue angle of 65º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B0B94D is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 185 77 -
CMYK 0.05 0 0.58 0.27
HSL 65º 0.44% 0.51% -
HSV(B) 65º 0.58% 0.73% -
XYZ 36.59 44.46 13.67 -
YUV 170 75.52 132.28 -
System Red Green Blue C M Y K H S L
Decimal 176 185 77 0.05 0 0.58 0.27 65 0.44 0.51
Hex B0 B9 4D 5 0 3A 1B 41 2C 33
Octal 260 271 115 5 0 72 33 101 54 63
Binary 10110000 10111001 1001101 101 0 111010 11011 1000001 101100 110011

Color Harmonies of #B0B94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B94D

Black with #B0B94D

Text Example


Text Example

White with #B0B94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B94D; }

 p { color: rgb(176,185,77); }

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

background-color css

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

 a { background-color: rgb(176,185,77); }

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

border-color css

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

 span { border-color: rgb(176,185,77); }

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