Html Css Color HEX #B2C253 Celery

📋 copy color: '#B2C253'

red 178 ◦ green 194 ◦ blue 83

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

Shades of Celery #B2C253

Tints of Celery #B2C253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.24%

R = 39.12%
G = 42.64%
B = 18.24%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#B2C253 (or 0xB2C253) is known color: Celery. HEX triplet: B2, C2 and 53. RGB value is (178,194,83). Sum of RGB (Red+Green+Blue) = 178+194+83=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 194 (76.17% from 255 or 42.64% from 455); Blue value is 83 (32.81% from 255 or 18.24% from 455); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C253 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C253 is #4D3DAC. Grayscale: #B0B0B0. Windows color (decimal): -5062061 or 5489330. OLE color: 5489330.

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

Color convert

RGB 178 194 83 -
CMYK 0.08 0 0.57 0.24
HSL 68.65º 0.48% 0.54% -
HSV(B) 68.65º 0.57% 0.76% -
XYZ 39.21 48.67 15.51 -
YUV 176.56 75.2 129.03 -
System Red Green Blue C M Y K H S L
Decimal 178 194 83 0.08 0 0.57 0.24 68.65 0.48 0.54
Hex B2 C2 53 8 0 39 18 45 30 36
Octal 262 302 123 10 0 71 30 105 60 66
Binary 10110010 11000010 1010011 1000 0 111001 11000 1000101 110000 110110

Color Harmonies of #B2C253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C253

Black with #B2C253

Text Example


Text Example

White with #B2C253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C253; }

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

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

background-color css

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

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

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

border-color css

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

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

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