Html Css Color HEX #B2C53A Celery

📋 copy color: '#B2C53A'

red 178 ◦ green 197 ◦ blue 58

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

Shades of Celery #B2C53A

Tints of Celery #B2C53A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.5%

 BLUE value IS 58 (23.05% from 255) = 13.39%

R = 41.11%
G = 45.5%
B = 13.39%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#B2C53A (or 0xB2C53A) is known color: Celery. HEX triplet: B2, C5 and 3A. RGB value is (178,197,58). Sum of RGB (Red+Green+Blue) = 178+197+58=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 197 (77.34% from 255 or 45.50% from 433); Blue value is 58 (23.05% from 255 or 13.39% from 433); Max value from RGB is 197 - color contains mainly: green. Hex color #B2C53A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C53A is #4D3AC5. Grayscale: #B0B0B0. Windows color (decimal): -5061318 or 3851698. OLE color: 3851698.

HSL color Cylindrical-coordinate representation of color #B2C53A: hue angle of 68.2º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B2C53A is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB 178 197 58 -
CMYK 0.10 0 0.71 0.23
HSL 68.2º 0.55% 0.5% -
HSV(B) 68.2º 0.71% 0.77% -
XYZ 39.09 49.7 11.54 -
YUV 175.47 61.71 129.8 -
System Red Green Blue C M Y K H S L
Decimal 178 197 58 0.10 0 0.71 0.23 68.2 0.55 0.5
Hex B2 C5 3A A 0 47 17 44 37 32
Octal 262 305 72 12 0 107 27 104 67 62
Binary 10110010 11000101 111010 1010 0 1000111 10111 1000100 110111 110010

Color Harmonies of #B2C53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C53A

Black with #B2C53A

Text Example


Text Example

White with #B2C53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C53A; }

 p { color: rgb(178,197,58); }

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

background-color css

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

 a { background-color: rgb(178,197,58); }

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

border-color css

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

 span { border-color: rgb(178,197,58); }

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