Html Css Color HEX #B2C449 Celery

📋 copy color: '#B2C449'

red 178 ◦ green 196 ◦ blue 73

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

Shades of Celery #B2C449

Tints of Celery #B2C449

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.85%

 BLUE value IS 73 (28.91% from 255) = 16.33%

R = 39.82%
G = 43.85%
B = 16.33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#B2C449 (or 0xB2C449) is known color: Celery. HEX triplet: B2, C4 and 49. RGB value is (178,196,73). Sum of RGB (Red+Green+Blue) = 178+196+73=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 196 (76.95% from 255 or 43.85% from 447); Blue value is 73 (28.91% from 255 or 16.33% from 447); Max value from RGB is 196 - color contains mainly: green. Hex color #B2C449 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C449 is #4D3BB6. Grayscale: #B1B1B1. Windows color (decimal): -5061559 or 4834482. OLE color: 4834482.

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

Color convert

RGB 178 196 73 -
CMYK 0.09 0 0.63 0.23
HSL 68.78º 0.51% 0.53% -
HSV(B) 68.78º 0.63% 0.77% -
XYZ 39.3 49.43 13.77 -
YUV 176.6 69.54 129 -
System Red Green Blue C M Y K H S L
Decimal 178 196 73 0.09 0 0.63 0.23 68.78 0.51 0.53
Hex B2 C4 49 9 0 3F 17 45 33 35
Octal 262 304 111 11 0 77 27 105 63 65
Binary 10110010 11000100 1001001 1001 0 111111 10111 1000101 110011 110101

Color Harmonies of #B2C449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C449

Black with #B2C449

Text Example


Text Example

White with #B2C449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C449; }

 p { color: rgb(178,196,73); }

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

background-color css

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

 a { background-color: rgb(178,196,73); }

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

border-color css

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

 span { border-color: rgb(178,196,73); }

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