Html Css Color HEX #B9BA41 Celery

📋 copy color: '#B9BA41'

red 185 ◦ green 186 ◦ blue 65

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

Shades of Celery #B9BA41

Tints of Celery #B9BA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.91%

R = 42.43%
G = 42.66%
B = 14.91%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B9BA41 (or 0xB9BA41) is known color: Celery. HEX triplet: B9, BA and 41. RGB value is (185,186,65). Sum of RGB (Red+Green+Blue) = 185+186+65=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 65 (25.78% from 255 or 14.91% from 436); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BA41 is #4645BE. Grayscale: #ACACAC. Windows color (decimal): -4605375 or 4307641. OLE color: 4307641.

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

Color convert

RGB 185 186 65 -
CMYK 0.01 0 0.65 0.27
HSL 60.5º 0.48% 0.49% -
HSV(B) 60.5º 0.65% 0.73% -
XYZ 38.52 45.81 11.81 -
YUV 171.91 67.67 137.34 -
System Red Green Blue C M Y K H S L
Decimal 185 186 65 0.01 0 0.65 0.27 60.5 0.48 0.49
Hex B9 BA 41 1 0 41 1B 3C 30 31
Octal 271 272 101 1 0 101 33 74 60 61
Binary 10111001 10111010 1000001 1 0 1000001 11011 111100 110000 110001

Color Harmonies of #B9BA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BA41

Black with #B9BA41

Text Example


Text Example

White with #B9BA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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