Html Css Color HEX #B1BA4D Celery

📋 copy color: '#B1BA4D'

red 177 ◦ green 186 ◦ blue 77

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

Shades of Celery #B1BA4D

Tints of Celery #B1BA4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.5%

R = 40.23%
G = 42.27%
B = 17.5%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B1BA4D (or 0xB1BA4D) is known color: Celery. HEX triplet: B1, BA and 4D. RGB value is (177,186,77). Sum of RGB (Red+Green+Blue) = 177+186+77=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 77 (30.47% from 255 or 17.5% from 440); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BA4D is #4E45B2. Grayscale: #ABABAB. Windows color (decimal): -5129651 or 5094065. OLE color: 5094065.

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

Color convert

RGB 177 186 77 -
CMYK 0.05 0 0.59 0.27
HSL 64.95º 0.44% 0.52% -
HSV(B) 64.95º 0.59% 0.73% -
XYZ 37.03 45 13.76 -
YUV 170.88 75.02 132.36 -
System Red Green Blue C M Y K H S L
Decimal 177 186 77 0.05 0 0.59 0.27 64.95 0.44 0.52
Hex B1 BA 4D 5 0 3B 1B 41 2C 34
Octal 261 272 115 5 0 73 33 101 54 64
Binary 10110001 10111010 1001101 101 0 111011 11011 1000001 101100 110100

Color Harmonies of #B1BA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BA4D

Black with #B1BA4D

Text Example


Text Example

White with #B1BA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BA4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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