Html Css Color HEX #B2B349 Celery

📋 copy color: '#B2B349'

red 178 ◦ green 179 ◦ blue 73

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

Shades of Celery #B2B349

Tints of Celery #B2B349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 16.98%

R = 41.4%
G = 41.63%
B = 16.98%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B2B349 (or 0xB2B349) is known color: Celery. HEX triplet: B2, B3 and 49. RGB value is (178,179,73). Sum of RGB (Red+Green+Blue) = 178+179+73=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 179 (70.31% from 255 or 41.63% from 430); Blue value is 73 (28.91% from 255 or 16.98% from 430); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B349 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B349 is #4D4CB6. Grayscale: #A7A7A7. Windows color (decimal): -5065911 or 4830130. OLE color: 4830130.

HSL color Cylindrical-coordinate representation of color #B2B349: hue angle of 60.57º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B2B349 is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 179 73 -
CMYK 0.01 0 0.59 0.30
HSL 60.57º 0.42% 0.49% -
HSV(B) 60.57º 0.59% 0.7% -
XYZ 35.68 42.19 12.57 -
YUV 166.62 75.17 136.12 -
System Red Green Blue C M Y K H S L
Decimal 178 179 73 0.01 0 0.59 0.30 60.57 0.42 0.49
Hex B2 B3 49 1 0 3B 1E 3D 2A 31
Octal 262 263 111 1 0 73 36 75 52 61
Binary 10110010 10110011 1001001 1 0 111011 11110 111101 101010 110001

Color Harmonies of #B2B349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B349

Black with #B2B349

Text Example


Text Example

White with #B2B349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B349; }

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

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

background-color css

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

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

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

border-color css

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

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

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