Html Css Color HEX #B1BA3C Celery

📋 copy color: '#B1BA3C'

red 177 ◦ green 186 ◦ blue 60

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

Shades of Celery #B1BA3C

Tints of Celery #B1BA3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.18%

R = 41.84%
G = 43.97%
B = 14.18%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B1BA3C (or 0xB1BA3C) is known color: Celery. HEX triplet: B1, BA and 3C. RGB value is (177,186,60). Sum of RGB (Red+Green+Blue) = 177+186+60=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 60 (23.83% from 255 or 14.18% from 423); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BA3C is #4E45C3. Grayscale: #A9A9A9. Windows color (decimal): -5129668 or 3979953. OLE color: 3979953.

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

Color convert

RGB 177 186 60 -
CMYK 0.05 0 0.68 0.27
HSL 64.29º 0.51% 0.48% -
HSV(B) 64.29º 0.68% 0.73% -
XYZ 36.51 44.79 11 -
YUV 168.95 66.52 133.75 -
System Red Green Blue C M Y K H S L
Decimal 177 186 60 0.05 0 0.68 0.27 64.29 0.51 0.48
Hex B1 BA 3C 5 0 44 1B 40 33 30
Octal 261 272 74 5 0 104 33 100 63 60
Binary 10110001 10111010 111100 101 0 1000100 11011 1000000 110011 110000

Color Harmonies of #B1BA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BA3C

Black with #B1BA3C

Text Example


Text Example

White with #B1BA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BA3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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