Html Css Color HEX #B2C048 Celery

📋 copy color: '#B2C048'

red 178 ◦ green 192 ◦ blue 72

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

Shades of Celery #B2C048

Tints of Celery #B2C048

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.44%

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

R = 40.27%
G = 43.44%
B = 16.29%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#B2C048 (or 0xB2C048) is known color: Celery. HEX triplet: B2, C0 and 48. RGB value is (178,192,72). Sum of RGB (Red+Green+Blue) = 178+192+72=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 72 (28.52% from 255 or 16.29% from 442); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C048 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C048 is #4D3FB7. Grayscale: #AEAEAE. Windows color (decimal): -5062584 or 4767922. OLE color: 4767922.

HSL color Cylindrical-coordinate representation of color #B2C048: hue angle of 67º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B2C048 is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 192 72 -
CMYK 0.07 0 0.63 0.25
HSL 67º 0.49% 0.52% -
HSV(B) 67º 0.63% 0.75% -
XYZ 38.38 47.63 13.3 -
YUV 174.13 70.36 130.76 -
System Red Green Blue C M Y K H S L
Decimal 178 192 72 0.07 0 0.63 0.25 67 0.49 0.52
Hex B2 C0 48 7 0 3F 19 43 31 34
Octal 262 300 110 7 0 77 31 103 61 64
Binary 10110010 11000000 1001000 111 0 111111 11001 1000011 110001 110100

Color Harmonies of #B2C048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C048

Black with #B2C048

Text Example


Text Example

White with #B2C048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C048; }

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

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

background-color css

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

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

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

border-color css

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

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

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