Html Css Color HEX #B1BA4F Celery

📋 copy color: '#B1BA4F'

red 177 ◦ green 186 ◦ blue 79

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

Shades of Celery #B1BA4F

Tints of Celery #B1BA4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.87%

R = 40.05%
G = 42.08%
B = 17.87%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B1BA4F (or 0xB1BA4F) is known color: Celery. HEX triplet: B1, BA and 4F. RGB value is (177,186,79). Sum of RGB (Red+Green+Blue) = 177+186+79=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 79 (31.25% from 255 or 17.87% from 442); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BA4F is #4E45B0. Grayscale: #ABABAB. Windows color (decimal): -5129649 or 5225137. OLE color: 5225137.

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

Color convert

RGB 177 186 79 -
CMYK 0.05 0 0.58 0.27
HSL 65.05º 0.44% 0.52% -
HSV(B) 65.05º 0.58% 0.73% -
XYZ 37.1 45.03 14.13 -
YUV 171.11 76.02 132.2 -
System Red Green Blue C M Y K H S L
Decimal 177 186 79 0.05 0 0.58 0.27 65.05 0.44 0.52
Hex B1 BA 4F 5 0 3A 1B 41 2C 34
Octal 261 272 117 5 0 72 33 101 54 64
Binary 10110001 10111010 1001111 101 0 111010 11011 1000001 101100 110100

Color Harmonies of #B1BA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BA4F

Black with #B1BA4F

Text Example


Text Example

White with #B1BA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BA4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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