Html Css Color HEX #B9B64A Celery

📋 copy color: '#B9B64A'

red 185 ◦ green 182 ◦ blue 74

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

Shades of Celery #B9B64A

Tints of Celery #B9B64A

RGB

 RED value IS 185 (72.66% from 255) = 41.95%

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

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

R = 41.95%
G = 41.27%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.6

 K value IS 0.27

RGB Variations

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

Color information

#B9B64A (or 0xB9B64A) is known color: Celery. HEX triplet: B9, B6 and 4A. RGB value is (185,182,74). Sum of RGB (Red+Green+Blue) = 185+182+74=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 182 (71.48% from 255 or 41.27% from 441); Blue value is 74 (29.30% from 255 or 16.78% from 441); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B64A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B64A is #4649B5. Grayscale: #ABABAB. Windows color (decimal): -4606390 or 4896441. OLE color: 4896441.

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

Color convert

RGB 185 182 74 -
CMYK 0 0.02 0.6 0.27
HSL 58.38º 0.44% 0.51% -
HSV(B) 58.38º 0.6% 0.73% -
XYZ 37.97 44.26 13.02 -
YUV 170.59 73.49 138.28 -
System Red Green Blue C M Y K H S L
Decimal 185 182 74 0 0.02 0.6 0.27 58.38 0.44 0.51
Hex B9 B6 4A 0 2 3C 1B 3A 2C 33
Octal 271 266 112 0 2 74 33 72 54 63
Binary 10111001 10110110 1001010 0 10 111100 11011 111010 101100 110011

Color Harmonies of #B9B64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B64A

Black with #B9B64A

Text Example


Text Example

White with #B9B64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B64A; }

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

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

background-color css

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

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

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

border-color css

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

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

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