Html Css Color HEX #B1BA45 Celery

📋 copy color: '#B1BA45'

red 177 ◦ green 186 ◦ blue 69

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

Shades of Celery #B1BA45

Tints of Celery #B1BA45

RGB

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

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

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

R = 40.97%
G = 43.06%
B = 15.97%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#B1BA45 (or 0xB1BA45) is known color: Celery. HEX triplet: B1, BA and 45. RGB value is (177,186,69). Sum of RGB (Red+Green+Blue) = 177+186+69=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 69 (27.34% from 255 or 15.97% from 432); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BA45 is #4E45BA. Grayscale: #AAAAAA. Windows color (decimal): -5129659 or 4569777. OLE color: 4569777.

HSL color Cylindrical-coordinate representation of color #B1BA45: hue angle of 64.62º 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 #B1BA45 is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 186 69 -
CMYK 0.05 0 0.63 0.27
HSL 64.62º 0.46% 0.5% -
HSV(B) 64.62º 0.63% 0.73% -
XYZ 36.76 44.89 12.36 -
YUV 169.97 71.02 133.01 -
System Red Green Blue C M Y K H S L
Decimal 177 186 69 0.05 0 0.63 0.27 64.62 0.46 0.5
Hex B1 BA 45 5 0 3F 1B 41 2E 32
Octal 261 272 105 5 0 77 33 101 56 62
Binary 10110001 10111010 1000101 101 0 111111 11011 1000001 101110 110010

Color Harmonies of #B1BA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BA45

Black with #B1BA45

Text Example


Text Example

White with #B1BA45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BA45; }

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

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

background-color css

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

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

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

border-color css

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

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

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