Html Css Color HEX #B2B34D Celery

📋 copy color: '#B2B34D'

red 178 ◦ green 179 ◦ blue 77

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

Shades of Celery #B2B34D

Tints of Celery #B2B34D

RGB

 RED value IS 178 (69.92% from 255) = 41.01%

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

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

R = 41.01%
G = 41.24%
B = 17.74%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B2B34D (or 0xB2B34D) is known color: Celery. HEX triplet: B2, B3 and 4D. RGB value is (178,179,77). Sum of RGB (Red+Green+Blue) = 178+179+77=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 179 (70.31% from 255 or 41.24% from 434); Blue value is 77 (30.47% from 255 or 17.74% from 434); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B34D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B34D is #4D4CB2. Grayscale: #A7A7A7. Windows color (decimal): -5065907 or 5092274. OLE color: 5092274.

HSL color Cylindrical-coordinate representation of color #B2B34D: hue angle of 60.59º 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 #B2B34D is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 179 77 -
CMYK 0.01 0 0.57 0.30
HSL 60.59º 0.4% 0.5% -
HSV(B) 60.59º 0.57% 0.7% -
XYZ 35.82 42.24 13.29 -
YUV 167.07 77.17 135.79 -
System Red Green Blue C M Y K H S L
Decimal 178 179 77 0.01 0 0.57 0.30 60.59 0.4 0.5
Hex B2 B3 4D 1 0 39 1E 3D 28 32
Octal 262 263 115 1 0 71 36 75 50 62
Binary 10110010 10110011 1001101 1 0 111001 11110 111101 101000 110010

Color Harmonies of #B2B34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B34D

Black with #B2B34D

Text Example


Text Example

White with #B2B34D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B34D; }

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

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

background-color css

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

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

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

border-color css

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

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

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