Html Css Color HEX #B2CA56 Celery

📋 copy color: '#B2CA56'

red 178 ◦ green 202 ◦ blue 86

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

Shades of Celery #B2CA56

Tints of Celery #B2CA56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 18.45%

R = 38.2%
G = 43.35%
B = 18.45%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#B2CA56 (or 0xB2CA56) is known color: Celery. HEX triplet: B2, CA and 56. RGB value is (178,202,86). Sum of RGB (Red+Green+Blue) = 178+202+86=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 202 (79.30% from 255 or 43.35% from 466); Blue value is 86 (33.98% from 255 or 18.45% from 466); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CA56 is #4D35A9. Grayscale: #B6B6B6. Windows color (decimal): -5060010 or 5687986. OLE color: 5687986.

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

Color convert

RGB 178 202 86 -
CMYK 0.12 0 0.57 0.21
HSL 72.41º 0.52% 0.56% -
HSV(B) 72.41º 0.57% 0.79% -
XYZ 41.16 52.38 16.74 -
YUV 181.6 74.05 125.43 -
System Red Green Blue C M Y K H S L
Decimal 178 202 86 0.12 0 0.57 0.21 72.41 0.52 0.56
Hex B2 CA 56 C 0 39 15 48 34 38
Octal 262 312 126 14 0 71 25 110 64 70
Binary 10110010 11001010 1010110 1100 0 111001 10101 1001000 110100 111000

Color Harmonies of #B2CA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CA56

Black with #B2CA56

Text Example


Text Example

White with #B2CA56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CA56; }

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

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

background-color css

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

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

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

border-color css

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

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

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