Html Css Color HEX #B9BA42 Celery

📋 copy color: '#B9BA42'

red 185 ◦ green 186 ◦ blue 66

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

Shades of Celery #B9BA42

Tints of Celery #B9BA42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.1%

R = 42.33%
G = 42.56%
B = 15.1%

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

#B9BA42 (or 0xB9BA42) is known color: Celery. HEX triplet: B9, BA and 42. RGB value is (185,186,66). Sum of RGB (Red+Green+Blue) = 185+186+66=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 66 (26.17% from 255 or 15.10% from 437); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BA42 is #4645BD. Grayscale: #ACACAC. Windows color (decimal): -4605374 or 4373177. OLE color: 4373177.

HSL color Cylindrical-coordinate representation of color #B9BA42: 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 #B9BA42 is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 186 66 -
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.55 45.83 11.97 -
YUV 172.02 68.17 137.26 -
System Red Green Blue C M Y K H S L
Decimal 185 186 66 0.01 0 0.65 0.27 60.5 0.48 0.49
Hex B9 BA 42 1 0 41 1B 3C 30 31
Octal 271 272 102 1 0 101 33 74 60 61
Binary 10111001 10111010 1000010 1 0 1000001 11011 111100 110000 110001

Color Harmonies of #B9BA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BA42

Black with #B9BA42

Text Example


Text Example

White with #B9BA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BA42; }

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

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

background-color css

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

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

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

border-color css

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

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

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