Html Css Color HEX #B6B949 Celery

📋 copy color: '#B6B949'

red 182 ◦ green 185 ◦ blue 73

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

Shades of Celery #B6B949

Tints of Celery #B6B949

RGB

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

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

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

R = 41.36%
G = 42.05%
B = 16.59%

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

#B6B949 (or 0xB6B949) is known color: Celery. HEX triplet: B6, B9 and 49. RGB value is (182,185,73). Sum of RGB (Red+Green+Blue) = 182+185+73=440 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.36% from 440); Green value is 185 (72.66% from 255 or 42.05% from 440); Blue value is 73 (28.91% from 255 or 16.59% from 440); Max value from RGB is 185 - color contains mainly: green. Hex color #B6B949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6B949 is #4946B6. Grayscale: #ABABAB. Windows color (decimal): -4802231 or 4831670. OLE color: 4831670.

HSL color Cylindrical-coordinate representation of color #B6B949: hue angle of 61.61º degrees, saturation: 0.44, 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 #B6B949 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 185 73 -
CMYK 0.02 0 0.61 0.27
HSL 61.61º 0.44% 0.51% -
HSV(B) 61.61º 0.61% 0.73% -
XYZ 37.84 45.12 13.02 -
YUV 171.34 72.51 135.61 -
System Red Green Blue C M Y K H S L
Decimal 182 185 73 0.02 0 0.61 0.27 61.61 0.44 0.51
Hex B6 B9 49 2 0 3D 1B 3E 2C 33
Octal 266 271 111 2 0 75 33 76 54 63
Binary 10110110 10111001 1001001 10 0 111101 11011 111110 101100 110011

Color Harmonies of #B6B949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B949

Black with #B6B949

Text Example


Text Example

White with #B6B949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B949; }

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

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

background-color css

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

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

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

border-color css

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

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

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