Html Css Color HEX #B2CD50 Celery

📋 copy color: '#B2CD50'

red 178 ◦ green 205 ◦ blue 80

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

Shades of Celery #B2CD50

Tints of Celery #B2CD50

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.28%

 BLUE value IS 80 (31.64% from 255) = 17.28%

R = 38.44%
G = 44.28%
B = 17.28%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#B2CD50 (or 0xB2CD50) is known color: Celery. HEX triplet: B2, CD and 50. RGB value is (178,205,80). Sum of RGB (Red+Green+Blue) = 178+205+80=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 205 (80.47% from 255 or 44.28% from 463); Blue value is 80 (31.64% from 255 or 17.28% from 463); Max value from RGB is 205 - color contains mainly: green. Hex color #B2CD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CD50 is #4D32AF. Grayscale: #B7B7B7. Windows color (decimal): -5059248 or 5295538. OLE color: 5295538.

HSL color Cylindrical-coordinate representation of color #B2CD50: hue angle of 72.96º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B2CD50 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 205 80 -
CMYK 0.13 0 0.61 0.20
HSL 72.96º 0.56% 0.56% -
HSV(B) 72.96º 0.61% 0.8% -
XYZ 41.64 53.71 15.76 -
YUV 182.68 70.05 124.66 -
System Red Green Blue C M Y K H S L
Decimal 178 205 80 0.13 0 0.61 0.20 72.96 0.56 0.56
Hex B2 CD 50 D 0 3D 14 49 38 38
Octal 262 315 120 15 0 75 24 111 70 70
Binary 10110010 11001101 1010000 1101 0 111101 10100 1001001 111000 111000

Color Harmonies of #B2CD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CD50

Black with #B2CD50

Text Example


Text Example

White with #B2CD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CD50; }

 p { color: rgb(178,205,80); }

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

background-color css

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

 a { background-color: rgb(178,205,80); }

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

border-color css

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

 span { border-color: rgb(178,205,80); }

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