Html Css Color HEX #B9BA4F Celery

📋 copy color: '#B9BA4F'

red 185 ◦ green 186 ◦ blue 79

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

Shades of Celery #B9BA4F

Tints of Celery #B9BA4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.56%

R = 41.11%
G = 41.33%
B = 17.56%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B9BA4F (or 0xB9BA4F) is known color: Celery. HEX triplet: B9, BA and 4F. RGB value is (185,186,79). Sum of RGB (Red+Green+Blue) = 185+186+79=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 79 (31.25% from 255 or 17.56% from 450); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BA4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BA4F is #4645B0. Grayscale: #ADADAD. Windows color (decimal): -4605361 or 5225145. OLE color: 5225145.

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

Color convert

RGB 185 186 79 -
CMYK 0.01 0 0.58 0.27
HSL 60.56º 0.44% 0.52% -
HSV(B) 60.56º 0.58% 0.73% -
XYZ 38.98 46 14.22 -
YUV 173.5 74.67 136.2 -
System Red Green Blue C M Y K H S L
Decimal 185 186 79 0.01 0 0.58 0.27 60.56 0.44 0.52
Hex B9 BA 4F 1 0 3A 1B 3D 2C 34
Octal 271 272 117 1 0 72 33 75 54 64
Binary 10111001 10111010 1001111 1 0 111010 11011 111101 101100 110100

Color Harmonies of #B9BA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BA4F

Black with #B9BA4F

Text Example


Text Example

White with #B9BA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BA4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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