Html Css Color HEX #B9BD50 Celery

📋 copy color: '#B9BD50'

red 185 ◦ green 189 ◦ blue 80

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

Shades of Celery #B9BD50

Tints of Celery #B9BD50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.62%

R = 40.75%
G = 41.63%
B = 17.62%

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

#B9BD50 (or 0xB9BD50) is known color: Celery. HEX triplet: B9, BD and 50. RGB value is (185,189,80). Sum of RGB (Red+Green+Blue) = 185+189+80=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 189 (74.22% from 255 or 41.63% from 454); Blue value is 80 (31.64% from 255 or 17.62% from 454); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BD50 is #4642AF. Grayscale: #AFAFAF. Windows color (decimal): -4604592 or 5291449. OLE color: 5291449.

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

Color convert

RGB 185 189 80 -
CMYK 0.02 0 0.58 0.26
HSL 62.2º 0.45% 0.53% -
HSV(B) 62.2º 0.58% 0.74% -
XYZ 39.65 47.29 14.63 -
YUV 175.38 74.17 134.86 -
System Red Green Blue C M Y K H S L
Decimal 185 189 80 0.02 0 0.58 0.26 62.2 0.45 0.53
Hex B9 BD 50 2 0 3A 1A 3E 2D 35
Octal 271 275 120 2 0 72 32 76 55 65
Binary 10111001 10111101 1010000 10 0 111010 11010 111110 101101 110101

Color Harmonies of #B9BD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BD50

Black with #B9BD50

Text Example


Text Example

White with #B9BD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BD50; }

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

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

background-color css

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

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

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

border-color css

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

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

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