Html Css Color HEX #B5BA4B Celery

📋 copy color: '#B5BA4B'

red 181 ◦ green 186 ◦ blue 75

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

Shades of Celery #B5BA4B

Tints of Celery #B5BA4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.97%

R = 40.95%
G = 42.08%
B = 16.97%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#B5BA4B (or 0xB5BA4B) is known color: Celery. HEX triplet: B5, BA and 4B. RGB value is (181,186,75). Sum of RGB (Red+Green+Blue) = 181+186+75=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 75 (29.69% from 255 or 16.97% from 442); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BA4B is #4A45B4. Grayscale: #ACACAC. Windows color (decimal): -4867509 or 4962997. OLE color: 4962997.

HSL color Cylindrical-coordinate representation of color #B5BA4B: hue angle of 62.7º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B5BA4B is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 186 75 -
CMYK 0.03 0 0.60 0.27
HSL 62.7º 0.45% 0.51% -
HSV(B) 62.7º 0.6% 0.73% -
XYZ 37.88 45.45 13.43 -
YUV 171.85 73.34 134.53 -
System Red Green Blue C M Y K H S L
Decimal 181 186 75 0.03 0 0.60 0.27 62.7 0.45 0.51
Hex B5 BA 4B 3 0 3C 1B 3F 2D 33
Octal 265 272 113 3 0 74 33 77 55 63
Binary 10110101 10111010 1001011 11 0 111100 11011 111111 101101 110011

Color Harmonies of #B5BA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BA4B

Black with #B5BA4B

Text Example


Text Example

White with #B5BA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BA4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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