Html Css Color HEX #B9BC4A Celery

📋 copy color: '#B9BC4A'

red 185 ◦ green 188 ◦ blue 74

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

Shades of Celery #B9BC4A

Tints of Celery #B9BC4A

RGB

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

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

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

R = 41.39%
G = 42.06%
B = 16.55%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#B9BC4A (or 0xB9BC4A) is known color: Celery. HEX triplet: B9, BC and 4A. RGB value is (185,188,74). Sum of RGB (Red+Green+Blue) = 185+188+74=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 74 (29.30% from 255 or 16.55% from 447); Max value from RGB is 188 - color contains mainly: green. Hex color #B9BC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BC4A is #4643B5. Grayscale: #AEAEAE. Windows color (decimal): -4604854 or 4897977. OLE color: 4897977.

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

Color convert

RGB 185 188 74 -
CMYK 0.02 0 0.61 0.26
HSL 61.58º 0.46% 0.51% -
HSV(B) 61.58º 0.61% 0.74% -
XYZ 39.23 46.78 13.44 -
YUV 174.11 71.51 135.77 -
System Red Green Blue C M Y K H S L
Decimal 185 188 74 0.02 0 0.61 0.26 61.58 0.46 0.51
Hex B9 BC 4A 2 0 3D 1A 3E 2E 33
Octal 271 274 112 2 0 75 32 76 56 63
Binary 10111001 10111100 1001010 10 0 111101 11010 111110 101110 110011

Color Harmonies of #B9BC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BC4A

Black with #B9BC4A

Text Example


Text Example

White with #B9BC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BC4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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