Html Css Color HEX #B2C54A Celery

📋 copy color: '#B2C54A'

red 178 ◦ green 197 ◦ blue 74

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

Shades of Celery #B2C54A

Tints of Celery #B2C54A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.48%

R = 39.64%
G = 43.88%
B = 16.48%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#B2C54A (or 0xB2C54A) is known color: Celery. HEX triplet: B2, C5 and 4A. RGB value is (178,197,74). Sum of RGB (Red+Green+Blue) = 178+197+74=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 197 (77.34% from 255 or 43.88% from 449); Blue value is 74 (29.30% from 255 or 16.48% from 449); Max value from RGB is 197 - color contains mainly: green. Hex color #B2C54A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C54A is #4D3AB5. Grayscale: #B1B1B1. Windows color (decimal): -5061302 or 4900274. OLE color: 4900274.

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

Color convert

RGB 178 197 74 -
CMYK 0.10 0 0.62 0.23
HSL 69.27º 0.51% 0.53% -
HSV(B) 69.27º 0.62% 0.77% -
XYZ 39.56 49.89 14.02 -
YUV 177.3 69.71 128.5 -
System Red Green Blue C M Y K H S L
Decimal 178 197 74 0.10 0 0.62 0.23 69.27 0.51 0.53
Hex B2 C5 4A A 0 3E 17 45 33 35
Octal 262 305 112 12 0 76 27 105 63 65
Binary 10110010 11000101 1001010 1010 0 111110 10111 1000101 110011 110101

Color Harmonies of #B2C54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C54A

Black with #B2C54A

Text Example


Text Example

White with #B2C54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C54A; }

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

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

background-color css

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

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

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

border-color css

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

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

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