Html Css Color HEX #B6C250 Celery

📋 copy color: '#B6C250'

red 182 ◦ green 194 ◦ blue 80

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

Shades of Celery #B6C250

Tints of Celery #B6C250

RGB

 RED value IS 182 (71.48% from 255) = 39.91%

 GREEN value IS 194 (76.17% from 255) = 42.54%

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

R = 39.91%
G = 42.54%
B = 17.54%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#B6C250 (or 0xB6C250) is known color: Celery. HEX triplet: B6, C2 and 50. RGB value is (182,194,80). Sum of RGB (Red+Green+Blue) = 182+194+80=456 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.91% from 456); Green value is 194 (76.17% from 255 or 42.54% from 456); Blue value is 80 (31.64% from 255 or 17.54% from 456); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C250 is #493DAF. Grayscale: #B1B1B1. Windows color (decimal): -4799920 or 5292726. OLE color: 5292726.

HSL color Cylindrical-coordinate representation of color #B6C250: hue angle of 66.32º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B6C250 is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 182 194 80 -
CMYK 0.06 0 0.59 0.24
HSL 66.32º 0.48% 0.54% -
HSV(B) 66.32º 0.59% 0.76% -
XYZ 40.03 49.11 14.96 -
YUV 177.42 73.02 131.27 -
System Red Green Blue C M Y K H S L
Decimal 182 194 80 0.06 0 0.59 0.24 66.32 0.48 0.54
Hex B6 C2 50 6 0 3B 18 42 30 36
Octal 266 302 120 6 0 73 30 102 60 66
Binary 10110110 11000010 1010000 110 0 111011 11000 1000010 110000 110110

Color Harmonies of #B6C250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C250

Black with #B6C250

Text Example


Text Example

White with #B6C250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C250; }

 p { color: rgb(182,194,80); }

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

background-color css

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

 a { background-color: rgb(182,194,80); }

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

border-color css

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

 span { border-color: rgb(182,194,80); }

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