Html Css Color HEX #B4BA49 Celery

📋 copy color: '#B4BA49'

red 180 ◦ green 186 ◦ blue 73

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

Shades of Celery #B4BA49

Tints of Celery #B4BA49

RGB

 RED value IS 180 (70.7% from 255) = 41%

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

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

R = 41%
G = 42.37%
B = 16.63%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B4BA49 (or 0xB4BA49) is known color: Celery. HEX triplet: B4, BA and 49. RGB value is (180,186,73). Sum of RGB (Red+Green+Blue) = 180+186+73=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 73 (28.91% from 255 or 16.63% from 439); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BA49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BA49 is #4B45B6. Grayscale: #ABABAB. Windows color (decimal): -4933047 or 4831924. OLE color: 4831924.

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

Color convert

RGB 180 186 73 -
CMYK 0.03 0 0.61 0.27
HSL 63.19º 0.45% 0.51% -
HSV(B) 63.19º 0.61% 0.73% -
XYZ 37.58 45.3 13.07 -
YUV 171.32 72.51 134.19 -
System Red Green Blue C M Y K H S L
Decimal 180 186 73 0.03 0 0.61 0.27 63.19 0.45 0.51
Hex B4 BA 49 3 0 3D 1B 3F 2D 33
Octal 264 272 111 3 0 75 33 77 55 63
Binary 10110100 10111010 1001001 11 0 111101 11011 111111 101101 110011

Color Harmonies of #B4BA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BA49

Black with #B4BA49

Text Example


Text Example

White with #B4BA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BA49; }

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

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

background-color css

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

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

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

border-color css

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

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

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