Html Css Color HEX #B2CA55 Celery

📋 copy color: '#B2CA55'

red 178 ◦ green 202 ◦ blue 85

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

Shades of Celery #B2CA55

Tints of Celery #B2CA55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.28%

R = 38.28%
G = 43.44%
B = 18.28%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#B2CA55 (or 0xB2CA55) is known color: Celery. HEX triplet: B2, CA and 55. RGB value is (178,202,85). Sum of RGB (Red+Green+Blue) = 178+202+85=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 85 (33.59% from 255 or 18.28% from 465); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CA55 is #4D35AA. Grayscale: #B5B5B5. Windows color (decimal): -5060011 or 5622450. OLE color: 5622450.

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

Color convert

RGB 178 202 85 -
CMYK 0.12 0 0.58 0.21
HSL 72.31º 0.52% 0.56% -
HSV(B) 72.31º 0.58% 0.79% -
XYZ 41.12 52.36 16.53 -
YUV 181.49 73.55 125.51 -
System Red Green Blue C M Y K H S L
Decimal 178 202 85 0.12 0 0.58 0.21 72.31 0.52 0.56
Hex B2 CA 55 C 0 3A 15 48 34 38
Octal 262 312 125 14 0 72 25 110 64 70
Binary 10110010 11001010 1010101 1100 0 111010 10101 1001000 110100 111000

Color Harmonies of #B2CA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CA55

Black with #B2CA55

Text Example


Text Example

White with #B2CA55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CA55; }

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

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

background-color css

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

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

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

border-color css

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

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

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