Html Css Color HEX #B6C150 Celery

📋 copy color: '#B6C150'

red 182 ◦ green 193 ◦ blue 80

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

Shades of Celery #B6C150

Tints of Celery #B6C150

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.42%

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

R = 40%
G = 42.42%
B = 17.58%

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

#B6C150 (or 0xB6C150) is known color: Celery. HEX triplet: B6, C1 and 50. RGB value is (182,193,80). Sum of RGB (Red+Green+Blue) = 182+193+80=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 80 (31.64% from 255 or 17.58% from 455); Max value from RGB is 193 - color contains mainly: green. Hex color #B6C150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C150 is #493EAF. Grayscale: #B1B1B1. Windows color (decimal): -4800176 or 5292470. OLE color: 5292470.

HSL color Cylindrical-coordinate representation of color #B6C150: hue angle of 65.84º 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 #B6C150 is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 182 193 80 -
CMYK 0.06 0 0.59 0.24
HSL 65.84º 0.48% 0.54% -
HSV(B) 65.84º 0.59% 0.76% -
XYZ 39.81 48.66 14.88 -
YUV 176.83 73.36 131.69 -
System Red Green Blue C M Y K H S L
Decimal 182 193 80 0.06 0 0.59 0.24 65.84 0.48 0.54
Hex B6 C1 50 6 0 3B 18 42 30 36
Octal 266 301 120 6 0 73 30 102 60 66
Binary 10110110 11000001 1010000 110 0 111011 11000 1000010 110000 110110

Color Harmonies of #B6C150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C150

Black with #B6C150

Text Example


Text Example

White with #B6C150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C150; }

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

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

background-color css

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

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

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

border-color css

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

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

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