Html Css Color HEX #B4BC49 Celery

📋 copy color: '#B4BC49'

red 180 ◦ green 188 ◦ blue 73

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

Shades of Celery #B4BC49

Tints of Celery #B4BC49

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.63%

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

R = 40.82%
G = 42.63%
B = 16.55%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#B4BC49 (or 0xB4BC49) is known color: Celery. HEX triplet: B4, BC and 49. RGB value is (180,188,73). Sum of RGB (Red+Green+Blue) = 180+188+73=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 73 (28.91% from 255 or 16.55% from 441); Max value from RGB is 188 - color contains mainly: green. Hex color #B4BC49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BC49 is #4B43B6. Grayscale: #ACACAC. Windows color (decimal): -4932535 or 4832436. OLE color: 4832436.

HSL color Cylindrical-coordinate representation of color #B4BC49: hue angle of 64.17º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B4BC49 is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 180 188 73 -
CMYK 0.04 0 0.61 0.26
HSL 64.17º 0.46% 0.51% -
HSV(B) 64.17º 0.61% 0.74% -
XYZ 38.01 46.15 13.21 -
YUV 172.5 71.85 133.35 -
System Red Green Blue C M Y K H S L
Decimal 180 188 73 0.04 0 0.61 0.26 64.17 0.46 0.51
Hex B4 BC 49 4 0 3D 1A 40 2E 33
Octal 264 274 111 4 0 75 32 100 56 63
Binary 10110100 10111100 1001001 100 0 111101 11010 1000000 101110 110011

Color Harmonies of #B4BC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BC49

Black with #B4BC49

Text Example


Text Example

White with #B4BC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BC49; }

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

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

background-color css

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

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

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

border-color css

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

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

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