Html Css Color HEX #B3CC50 Celery

📋 copy color: '#B3CC50'

red 179 ◦ green 204 ◦ blue 80

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

Shades of Celery #B3CC50

Tints of Celery #B3CC50

RGB

 RED value IS 179 (70.31% from 255) = 38.66%

 GREEN value IS 204 (80.08% from 255) = 44.06%

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

R = 38.66%
G = 44.06%
B = 17.28%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#B3CC50 (or 0xB3CC50) is known color: Celery. HEX triplet: B3, CC and 50. RGB value is (179,204,80). Sum of RGB (Red+Green+Blue) = 179+204+80=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 80 (31.64% from 255 or 17.28% from 463); Max value from RGB is 204 - color contains mainly: green. Hex color #B3CC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3CC50 is #4C33AF. Grayscale: #B6B6B6. Windows color (decimal): -4993968 or 5295283. OLE color: 5295283.

HSL color Cylindrical-coordinate representation of color #B3CC50: hue angle of 72.1º degrees, saturation: 0.55, 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 #B3CC50 is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.2.

Color convert

RGB 179 204 80 -
CMYK 0.12 0 0.61 0.2
HSL 72.1º 0.55% 0.56% -
HSV(B) 72.1º 0.61% 0.8% -
XYZ 41.63 53.35 15.69 -
YUV 182.39 70.22 125.58 -
System Red Green Blue C M Y K H S L
Decimal 179 204 80 0.12 0 0.61 0.2 72.1 0.55 0.56
Hex B3 CC 50 C 0 3D 14 48 37 38
Octal 263 314 120 14 0 75 24 110 67 70
Binary 10110011 11001100 1010000 1100 0 111101 10100 1001000 110111 111000

Color Harmonies of #B3CC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3CC50

Black with #B3CC50

Text Example


Text Example

White with #B3CC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3CC50; }

 p { color: rgb(179,204,80); }

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

background-color css

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

 a { background-color: rgb(179,204,80); }

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

border-color css

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

 span { border-color: rgb(179,204,80); }

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