Html Css Color HEX #B9BD4F Celery

📋 copy color: '#B9BD4F'

red 185 ◦ green 189 ◦ blue 79

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

Shades of Celery #B9BD4F

Tints of Celery #B9BD4F

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.72%

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

R = 40.84%
G = 41.72%
B = 17.44%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#B9BD4F (or 0xB9BD4F) is known color: Celery. HEX triplet: B9, BD and 4F. RGB value is (185,189,79). Sum of RGB (Red+Green+Blue) = 185+189+79=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 79 (31.25% from 255 or 17.44% from 453); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BD4F is #4642B0. Grayscale: #AFAFAF. Windows color (decimal): -4604593 or 5225913. OLE color: 5225913.

HSL color Cylindrical-coordinate representation of color #B9BD4F: hue angle of 62.18º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B9BD4F is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 185 189 79 -
CMYK 0.02 0 0.58 0.26
HSL 62.18º 0.45% 0.53% -
HSV(B) 62.18º 0.58% 0.74% -
XYZ 39.62 47.27 14.43 -
YUV 175.26 73.67 134.94 -
System Red Green Blue C M Y K H S L
Decimal 185 189 79 0.02 0 0.58 0.26 62.18 0.45 0.53
Hex B9 BD 4F 2 0 3A 1A 3E 2D 35
Octal 271 275 117 2 0 72 32 76 55 65
Binary 10111001 10111101 1001111 10 0 111010 11010 111110 101101 110101

Color Harmonies of #B9BD4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BD4F

Black with #B9BD4F

Text Example


Text Example

White with #B9BD4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BD4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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