Html Css Color HEX #B9BD45 Celery

📋 copy color: '#B9BD45'

red 185 ◦ green 189 ◦ blue 69

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

Shades of Celery #B9BD45

Tints of Celery #B9BD45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.58%

R = 41.76%
G = 42.66%
B = 15.58%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#B9BD45 (or 0xB9BD45) is known color: Celery. HEX triplet: B9, BD and 45. RGB value is (185,189,69). Sum of RGB (Red+Green+Blue) = 185+189+69=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 69 (27.34% from 255 or 15.58% from 443); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BD45 is #4642BA. Grayscale: #AEAEAE. Windows color (decimal): -4604603 or 4570553. OLE color: 4570553.

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

Color convert

RGB 185 189 69 -
CMYK 0.02 0 0.63 0.26
HSL 62º 0.48% 0.51% -
HSV(B) 62º 0.63% 0.74% -
XYZ 39.28 47.14 12.66 -
YUV 174.12 68.67 135.76 -
System Red Green Blue C M Y K H S L
Decimal 185 189 69 0.02 0 0.63 0.26 62 0.48 0.51
Hex B9 BD 45 2 0 3F 1A 3E 30 33
Octal 271 275 105 2 0 77 32 76 60 63
Binary 10111001 10111101 1000101 10 0 111111 11010 111110 110000 110011

Color Harmonies of #B9BD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BD45

Black with #B9BD45

Text Example


Text Example

White with #B9BD45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BD45; }

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

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

background-color css

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

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

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

border-color css

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

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

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