Html Css Color HEX #B6BA49 Celery

📋 copy color: '#B6BA49'

red 182 ◦ green 186 ◦ blue 73

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

Shades of Celery #B6BA49

Tints of Celery #B6BA49

RGB

 RED value IS 182 (71.48% from 255) = 41.27%

 GREEN value IS 186 (73.05% from 255) = 42.18%

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

R = 41.27%
G = 42.18%
B = 16.55%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B6BA49 (or 0xB6BA49) is known color: Celery. HEX triplet: B6, BA and 49. RGB value is (182,186,73). Sum of RGB (Red+Green+Blue) = 182+186+73=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 73 (28.91% from 255 or 16.55% from 441); Max value from RGB is 186 - color contains mainly: green. Hex color #B6BA49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6BA49 is #4945B6. Grayscale: #ACACAC. Windows color (decimal): -4801975 or 4831926. OLE color: 4831926.

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

Color convert

RGB 182 186 73 -
CMYK 0.02 0 0.61 0.27
HSL 62.12º 0.45% 0.51% -
HSV(B) 62.12º 0.61% 0.73% -
XYZ 38.05 45.54 13.09 -
YUV 171.92 72.17 135.19 -
System Red Green Blue C M Y K H S L
Decimal 182 186 73 0.02 0 0.61 0.27 62.12 0.45 0.51
Hex B6 BA 49 2 0 3D 1B 3E 2D 33
Octal 266 272 111 2 0 75 33 76 55 63
Binary 10110110 10111010 1001001 10 0 111101 11011 111110 101101 110011

Color Harmonies of #B6BA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BA49

Black with #B6BA49

Text Example


Text Example

White with #B6BA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BA49; }

 p { color: rgb(182,186,73); }

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

background-color css

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

 a { background-color: rgb(182,186,73); }

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

border-color css

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

 span { border-color: rgb(182,186,73); }

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