Html Css Color HEX #B2CA52 Celery

📋 copy color: '#B2CA52'

red 178 ◦ green 202 ◦ blue 82

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

Shades of Celery #B2CA52

Tints of Celery #B2CA52

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.72%

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

R = 38.53%
G = 43.72%
B = 17.75%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#B2CA52 (or 0xB2CA52) is known color: Celery. HEX triplet: B2, CA and 52. RGB value is (178,202,82). Sum of RGB (Red+Green+Blue) = 178+202+82=462 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.53% from 462); Green value is 202 (79.30% from 255 or 43.72% from 462); Blue value is 82 (32.42% from 255 or 17.75% from 462); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CA52 is #4D35AD. Grayscale: #B5B5B5. Windows color (decimal): -5060014 or 5425842. OLE color: 5425842.

HSL color Cylindrical-coordinate representation of color #B2CA52: hue angle of 72º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B2CA52 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 202 82 -
CMYK 0.12 0 0.59 0.21
HSL 72º 0.53% 0.56% -
HSV(B) 72º 0.59% 0.79% -
XYZ 41 52.32 15.92 -
YUV 181.14 72.05 125.76 -
System Red Green Blue C M Y K H S L
Decimal 178 202 82 0.12 0 0.59 0.21 72 0.53 0.56
Hex B2 CA 52 C 0 3B 15 48 35 38
Octal 262 312 122 14 0 73 25 110 65 70
Binary 10110010 11001010 1010010 1100 0 111011 10101 1001000 110101 111000

Color Harmonies of #B2CA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CA52

Black with #B2CA52

Text Example


Text Example

White with #B2CA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CA52; }

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

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

background-color css

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

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

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

border-color css

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

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

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