Html Css Color HEX #B2C248 Celery

📋 copy color: '#B2C248'

red 178 ◦ green 194 ◦ blue 72

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

Shades of Celery #B2C248

Tints of Celery #B2C248

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.69%

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

R = 40.09%
G = 43.69%
B = 16.22%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#B2C248 (or 0xB2C248) is known color: Celery. HEX triplet: B2, C2 and 48. RGB value is (178,194,72). Sum of RGB (Red+Green+Blue) = 178+194+72=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 194 (76.17% from 255 or 43.69% from 444); Blue value is 72 (28.52% from 255 or 16.22% from 444); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C248 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C248 is #4D3DB7. Grayscale: #AFAFAF. Windows color (decimal): -5062072 or 4768434. OLE color: 4768434.

HSL color Cylindrical-coordinate representation of color #B2C248: hue angle of 67.87º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B2C248 is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 194 72 -
CMYK 0.08 0 0.63 0.24
HSL 67.87º 0.5% 0.52% -
HSV(B) 67.87º 0.63% 0.76% -
XYZ 38.82 48.52 13.45 -
YUV 175.31 69.7 129.92 -
System Red Green Blue C M Y K H S L
Decimal 178 194 72 0.08 0 0.63 0.24 67.87 0.5 0.52
Hex B2 C2 48 8 0 3F 18 44 32 34
Octal 262 302 110 10 0 77 30 104 62 64
Binary 10110010 11000010 1001000 1000 0 111111 11000 1000100 110010 110100

Color Harmonies of #B2C248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C248

Black with #B2C248

Text Example


Text Example

White with #B2C248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C248; }

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

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

background-color css

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

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

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

border-color css

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

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

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