Html Css Color HEX #B2C052 Celery

📋 copy color: '#B2C052'

red 178 ◦ green 192 ◦ blue 82

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

Shades of Celery #B2C052

Tints of Celery #B2C052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.14%

R = 39.38%
G = 42.48%
B = 18.14%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#B2C052 (or 0xB2C052) is known color: Celery. HEX triplet: B2, C0 and 52. RGB value is (178,192,82). Sum of RGB (Red+Green+Blue) = 178+192+82=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 192 (75.39% from 255 or 42.48% from 452); Blue value is 82 (32.42% from 255 or 18.14% from 452); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C052 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C052 is #4D3FAD. Grayscale: #AFAFAF. Windows color (decimal): -5062574 or 5423282. OLE color: 5423282.

HSL color Cylindrical-coordinate representation of color #B2C052: hue angle of 67.64º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2C052 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 192 82 -
CMYK 0.07 0 0.57 0.25
HSL 67.64º 0.47% 0.54% -
HSV(B) 67.64º 0.57% 0.75% -
XYZ 38.73 47.77 15.16 -
YUV 175.27 75.36 129.94 -
System Red Green Blue C M Y K H S L
Decimal 178 192 82 0.07 0 0.57 0.25 67.64 0.47 0.54
Hex B2 C0 52 7 0 39 19 44 2F 36
Octal 262 300 122 7 0 71 31 104 57 66
Binary 10110010 11000000 1010010 111 0 111001 11001 1000100 101111 110110

Color Harmonies of #B2C052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C052

Black with #B2C052

Text Example


Text Example

White with #B2C052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C052; }

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

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

background-color css

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

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

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

border-color css

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

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

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