Html Css Color HEX #B1BA46 Celery

📋 copy color: '#B1BA46'

red 177 ◦ green 186 ◦ blue 70

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

Shades of Celery #B1BA46

Tints of Celery #B1BA46

RGB

 RED value IS 177 (69.53% from 255) = 40.88%

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

 BLUE value IS 70 (27.73% from 255) = 16.17%

R = 40.88%
G = 42.96%
B = 16.17%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#B1BA46 (or 0xB1BA46) is known color: Celery. HEX triplet: B1, BA and 46. RGB value is (177,186,70). Sum of RGB (Red+Green+Blue) = 177+186+70=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 70 (27.73% from 255 or 16.17% from 433); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BA46 is #4E45B9. Grayscale: #AAAAAA. Windows color (decimal): -5129658 or 4635313. OLE color: 4635313.

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

Color convert

RGB 177 186 70 -
CMYK 0.05 0 0.62 0.27
HSL 64.66º 0.46% 0.5% -
HSV(B) 64.66º 0.62% 0.73% -
XYZ 36.8 44.91 12.52 -
YUV 170.09 71.52 132.93 -
System Red Green Blue C M Y K H S L
Decimal 177 186 70 0.05 0 0.62 0.27 64.66 0.46 0.5
Hex B1 BA 46 5 0 3E 1B 41 2E 32
Octal 261 272 106 5 0 76 33 101 56 62
Binary 10110001 10111010 1000110 101 0 111110 11011 1000001 101110 110010

Color Harmonies of #B1BA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BA46

Black with #B1BA46

Text Example


Text Example

White with #B1BA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BA46; }

 p { color: rgb(177,186,70); }

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

background-color css

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

 a { background-color: rgb(177,186,70); }

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

border-color css

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

 span { border-color: rgb(177,186,70); }

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