Html Css Color HEX #B2C448 Celery

📋 copy color: '#B2C448'

red 178 ◦ green 196 ◦ blue 72

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

Shades of Celery #B2C448

Tints of Celery #B2C448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.14%

R = 39.91%
G = 43.95%
B = 16.14%

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

#B2C448 (or 0xB2C448) is known color: Celery. HEX triplet: B2, C4 and 48. RGB value is (178,196,72). Sum of RGB (Red+Green+Blue) = 178+196+72=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 196 (76.95% from 255 or 43.95% from 446); Blue value is 72 (28.52% from 255 or 16.14% from 446); Max value from RGB is 196 - color contains mainly: green. Hex color #B2C448 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C448 is #4D3BB7. Grayscale: #B0B0B0. Windows color (decimal): -5061560 or 4768946. OLE color: 4768946.

HSL color Cylindrical-coordinate representation of color #B2C448: hue angle of 68.71º 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 #B2C448 is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 178 196 72 -
CMYK 0.09 0 0.63 0.23
HSL 68.71º 0.51% 0.53% -
HSV(B) 68.71º 0.63% 0.77% -
XYZ 39.27 49.41 13.6 -
YUV 176.48 69.04 129.08 -
System Red Green Blue C M Y K H S L
Decimal 178 196 72 0.09 0 0.63 0.23 68.71 0.51 0.53
Hex B2 C4 48 9 0 3F 17 45 33 35
Octal 262 304 110 11 0 77 27 105 63 65
Binary 10110010 11000100 1001000 1001 0 111111 10111 1000101 110011 110101

Color Harmonies of #B2C448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C448

Black with #B2C448

Text Example


Text Example

White with #B2C448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C448; }

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

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

background-color css

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

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

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

border-color css

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

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

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