Html Css Color HEX #B9BA4A Celery

📋 copy color: '#B9BA4A'

red 185 ◦ green 186 ◦ blue 74

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

Shades of Celery #B9BA4A

Tints of Celery #B9BA4A

RGB

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

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

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

R = 41.57%
G = 41.8%
B = 16.63%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#B9BA4A (or 0xB9BA4A) is known color: Celery. HEX triplet: B9, BA and 4A. RGB value is (185,186,74). Sum of RGB (Red+Green+Blue) = 185+186+74=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 74 (29.30% from 255 or 16.63% from 445); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BA4A is #4645B5. Grayscale: #ADADAD. Windows color (decimal): -4605366 or 4897465. OLE color: 4897465.

HSL color Cylindrical-coordinate representation of color #B9BA4A: hue angle of 60.54º degrees, saturation: 0.45, 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 #B9BA4A is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 186 74 -
CMYK 0.01 0 0.60 0.27
HSL 60.54º 0.45% 0.51% -
HSV(B) 60.54º 0.6% 0.73% -
XYZ 38.8 45.93 13.3 -
YUV 172.93 72.17 136.61 -
System Red Green Blue C M Y K H S L
Decimal 185 186 74 0.01 0 0.60 0.27 60.54 0.45 0.51
Hex B9 BA 4A 1 0 3C 1B 3D 2D 33
Octal 271 272 112 1 0 74 33 75 55 63
Binary 10111001 10111010 1001010 1 0 111100 11011 111101 101101 110011

Color Harmonies of #B9BA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BA4A

Black with #B9BA4A

Text Example


Text Example

White with #B9BA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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