Html Css Color HEX #B2BA55 Celery

📋 copy color: '#B2BA55'

red 178 ◦ green 186 ◦ blue 85

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

Shades of Celery #B2BA55

Tints of Celery #B2BA55

RGB

 RED value IS 178 (69.92% from 255) = 39.64%

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

 BLUE value IS 85 (33.59% from 255) = 18.93%

R = 39.64%
G = 41.43%
B = 18.93%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#B2BA55 (or 0xB2BA55) is known color: Celery. HEX triplet: B2, BA and 55. RGB value is (178,186,85). Sum of RGB (Red+Green+Blue) = 178+186+85=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 85 (33.59% from 255 or 18.93% from 449); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BA55 is #4D45AA. Grayscale: #ACACAC. Windows color (decimal): -5064107 or 5618354. OLE color: 5618354.

HSL color Cylindrical-coordinate representation of color #B2BA55: hue angle of 64.75º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B2BA55 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 186 85 -
CMYK 0.04 0 0.54 0.27
HSL 64.75º 0.42% 0.53% -
HSV(B) 64.75º 0.54% 0.73% -
XYZ 37.56 45.24 15.35 -
YUV 172.09 78.85 132.21 -
System Red Green Blue C M Y K H S L
Decimal 178 186 85 0.04 0 0.54 0.27 64.75 0.42 0.53
Hex B2 BA 55 4 0 36 1B 41 2A 35
Octal 262 272 125 4 0 66 33 101 52 65
Binary 10110010 10111010 1010101 100 0 110110 11011 1000001 101010 110101

Color Harmonies of #B2BA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BA55

Black with #B2BA55

Text Example


Text Example

White with #B2BA55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BA55; }

 p { color: rgb(178,186,85); }

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

background-color css

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

 a { background-color: rgb(178,186,85); }

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

border-color css

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

 span { border-color: rgb(178,186,85); }

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