Html Css Color HEX #B9BD4D Celery

📋 copy color: '#B9BD4D'

red 185 ◦ green 189 ◦ blue 77

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

Shades of Celery #B9BD4D

Tints of Celery #B9BD4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.07%

R = 41.02%
G = 41.91%
B = 17.07%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#B9BD4D (or 0xB9BD4D) is known color: Celery. HEX triplet: B9, BD and 4D. RGB value is (185,189,77). Sum of RGB (Red+Green+Blue) = 185+189+77=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 189 (74.22% from 255 or 41.91% from 451); Blue value is 77 (30.47% from 255 or 17.07% from 451); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BD4D is #4642B2. Grayscale: #AFAFAF. Windows color (decimal): -4604595 or 5094841. OLE color: 5094841.

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

Color convert

RGB 185 189 77 -
CMYK 0.02 0 0.59 0.26
HSL 62.14º 0.46% 0.52% -
HSV(B) 62.14º 0.59% 0.74% -
XYZ 39.54 47.25 14.06 -
YUV 175.04 72.67 135.11 -
System Red Green Blue C M Y K H S L
Decimal 185 189 77 0.02 0 0.59 0.26 62.14 0.46 0.52
Hex B9 BD 4D 2 0 3B 1A 3E 2E 34
Octal 271 275 115 2 0 73 32 76 56 64
Binary 10111001 10111101 1001101 10 0 111011 11010 111110 101110 110100

Color Harmonies of #B9BD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BD4D

Black with #B9BD4D

Text Example


Text Example

White with #B9BD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BD4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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