Html Css Color HEX #B6B64A Celery

📋 copy color: '#B6B64A'

red 182 ◦ green 182 ◦ blue 74

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

Shades of Celery #B6B64A

Tints of Celery #B6B64A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.55%

 BLUE value IS 74 (29.3% from 255) = 16.89%

R = 41.55%
G = 41.55%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B6B64A (or 0xB6B64A) is known color: Celery. HEX triplet: B6, B6 and 4A. RGB value is (182,182,74). Sum of RGB (Red+Green+Blue) = 182+182+74=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 182 (71.48% from 255 or 41.55% from 438); Blue value is 74 (29.30% from 255 or 16.89% from 438); Max value from RGB is 182 - color contains mainly: red, green. Hex color #B6B64A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6B64A is #4949B5. Grayscale: #AAAAAA. Windows color (decimal): -4802998 or 4896438. OLE color: 4896438.

HSL color Cylindrical-coordinate representation of color #B6B64A: hue angle of 60º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B6B64A is Cyan = 0, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 182 74 -
CMYK 0 0 0.59 0.29
HSL 60º 0.43% 0.5% -
HSV(B) 60º 0.59% 0.71% -
XYZ 37.26 43.9 12.99 -
YUV 169.69 74 136.78 -
System Red Green Blue C M Y K H S L
Decimal 182 182 74 0 0 0.59 0.29 60 0.43 0.5
Hex B6 B6 4A 0 0 3B 1D 3C 2B 32
Octal 266 266 112 0 0 73 35 74 53 62
Binary 10110110 10110110 1001010 0 0 111011 11101 111100 101011 110010

Color Harmonies of #B6B64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B64A

Black with #B6B64A

Text Example


Text Example

White with #B6B64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B64A; }

 p { color: rgb(182,182,74); }

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

background-color css

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

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

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

border-color css

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

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

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