Html Css Color HEX #B0B34D Celery

📋 copy color: '#B0B34D'

red 176 ◦ green 179 ◦ blue 77

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

Shades of Celery #B0B34D

Tints of Celery #B0B34D

RGB

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

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

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

R = 40.74%
G = 41.44%
B = 17.82%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B0B34D (or 0xB0B34D) is known color: Celery. HEX triplet: B0, B3 and 4D. RGB value is (176,179,77). Sum of RGB (Red+Green+Blue) = 176+179+77=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 179 (70.31% from 255 or 41.44% from 432); Blue value is 77 (30.47% from 255 or 17.82% from 432); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B34D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B34D is #4F4CB2. Grayscale: #A6A6A6. Windows color (decimal): -5196979 or 5092272. OLE color: 5092272.

HSL color Cylindrical-coordinate representation of color #B0B34D: hue angle of 61.76º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B0B34D is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB 176 179 77 -
CMYK 0.02 0 0.57 0.30
HSL 61.76º 0.4% 0.5% -
HSV(B) 61.76º 0.57% 0.7% -
XYZ 35.36 42.01 13.27 -
YUV 166.48 77.51 134.79 -
System Red Green Blue C M Y K H S L
Decimal 176 179 77 0.02 0 0.57 0.30 61.76 0.4 0.5
Hex B0 B3 4D 2 0 39 1E 3E 28 32
Octal 260 263 115 2 0 71 36 76 50 62
Binary 10110000 10110011 1001101 10 0 111001 11110 111110 101000 110010

Color Harmonies of #B0B34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B34D

Black with #B0B34D

Text Example


Text Example

White with #B0B34D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B34D; }

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

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

background-color css

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

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

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

border-color css

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

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

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