Html Css Color HEX #B5BA4D Celery

📋 copy color: '#B5BA4D'

red 181 ◦ green 186 ◦ blue 77

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

Shades of Celery #B5BA4D

Tints of Celery #B5BA4D

RGB

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

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

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

R = 40.77%
G = 41.89%
B = 17.34%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B5BA4D (or 0xB5BA4D) is known color: Celery. HEX triplet: B5, BA and 4D. RGB value is (181,186,77). Sum of RGB (Red+Green+Blue) = 181+186+77=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 77 (30.47% from 255 or 17.34% from 444); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BA4D is #4A45B2. Grayscale: #ACACAC. Windows color (decimal): -4867507 or 5094069. OLE color: 5094069.

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

Color convert

RGB 181 186 77 -
CMYK 0.03 0 0.59 0.27
HSL 62.75º 0.44% 0.52% -
HSV(B) 62.75º 0.59% 0.73% -
XYZ 37.95 45.48 13.8 -
YUV 172.08 74.34 134.36 -
System Red Green Blue C M Y K H S L
Decimal 181 186 77 0.03 0 0.59 0.27 62.75 0.44 0.52
Hex B5 BA 4D 3 0 3B 1B 3F 2C 34
Octal 265 272 115 3 0 73 33 77 54 64
Binary 10110101 10111010 1001101 11 0 111011 11011 111111 101100 110100

Color Harmonies of #B5BA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BA4D

Black with #B5BA4D

Text Example


Text Example

White with #B5BA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BA4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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