Html Css Color HEX #B5BA4F Celery

📋 copy color: '#B5BA4F'

red 181 ◦ green 186 ◦ blue 79

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

Shades of Celery #B5BA4F

Tints of Celery #B5BA4F

RGB

 RED value IS 181 (71.09% from 255) = 40.58%

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

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

R = 40.58%
G = 41.7%
B = 17.71%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B5BA4F (or 0xB5BA4F) is known color: Celery. HEX triplet: B5, BA and 4F. RGB value is (181,186,79). Sum of RGB (Red+Green+Blue) = 181+186+79=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 79 (31.25% from 255 or 17.71% from 446); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BA4F is #4A45B0. Grayscale: #ACACAC. Windows color (decimal): -4867505 or 5225141. OLE color: 5225141.

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

Color convert

RGB 181 186 79 -
CMYK 0.03 0 0.58 0.27
HSL 62.8º 0.44% 0.52% -
HSV(B) 62.8º 0.58% 0.73% -
XYZ 38.03 45.51 14.18 -
YUV 172.31 75.34 134.2 -
System Red Green Blue C M Y K H S L
Decimal 181 186 79 0.03 0 0.58 0.27 62.8 0.44 0.52
Hex B5 BA 4F 3 0 3A 1B 3F 2C 34
Octal 265 272 117 3 0 72 33 77 54 64
Binary 10110101 10111010 1001111 11 0 111010 11011 111111 101100 110100

Color Harmonies of #B5BA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BA4F

Black with #B5BA4F

Text Example


Text Example

White with #B5BA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BA4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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