Html Css Color HEX #B9BA45 Celery

📋 copy color: '#B9BA45'

red 185 ◦ green 186 ◦ blue 69

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

Shades of Celery #B9BA45

Tints of Celery #B9BA45

RGB

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

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

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

R = 42.05%
G = 42.27%
B = 15.68%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#B9BA45 (or 0xB9BA45) is known color: Celery. HEX triplet: B9, BA and 45. RGB value is (185,186,69). Sum of RGB (Red+Green+Blue) = 185+186+69=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 69 (27.34% from 255 or 15.68% from 440); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BA45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BA45 is #4645BA. Grayscale: #ACACAC. Windows color (decimal): -4605371 or 4569785. OLE color: 4569785.

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

Color convert

RGB 185 186 69 -
CMYK 0.01 0 0.63 0.27
HSL 60.51º 0.46% 0.5% -
HSV(B) 60.51º 0.63% 0.73% -
XYZ 38.64 45.86 12.45 -
YUV 172.36 69.67 137.01 -
System Red Green Blue C M Y K H S L
Decimal 185 186 69 0.01 0 0.63 0.27 60.51 0.46 0.5
Hex B9 BA 45 1 0 3F 1B 3D 2E 32
Octal 271 272 105 1 0 77 33 75 56 62
Binary 10111001 10111010 1000101 1 0 111111 11011 111101 101110 110010

Color Harmonies of #B9BA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BA45

Black with #B9BA45

Text Example


Text Example

White with #B9BA45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BA45; }

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

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

background-color css

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

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

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

border-color css

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

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

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