Html Css Color HEX #B6BA46 Celery

📋 copy color: '#B6BA46'

red 182 ◦ green 186 ◦ blue 70

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

Shades of Celery #B6BA46

Tints of Celery #B6BA46

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.47%

 BLUE value IS 70 (27.73% from 255) = 15.98%

R = 41.55%
G = 42.47%
B = 15.98%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#B6BA46 (or 0xB6BA46) is known color: Celery. HEX triplet: B6, BA and 46. RGB value is (182,186,70). Sum of RGB (Red+Green+Blue) = 182+186+70=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 70 (27.73% from 255 or 15.98% from 438); Max value from RGB is 186 - color contains mainly: green. Hex color #B6BA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6BA46 is #4945B9. Grayscale: #ACACAC. Windows color (decimal): -4801978 or 4635318. OLE color: 4635318.

HSL color Cylindrical-coordinate representation of color #B6BA46: hue angle of 62.07º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B6BA46 is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 186 70 -
CMYK 0.02 0 0.62 0.27
HSL 62.07º 0.46% 0.5% -
HSV(B) 62.07º 0.62% 0.73% -
XYZ 37.96 45.51 12.58 -
YUV 171.58 70.67 135.43 -
System Red Green Blue C M Y K H S L
Decimal 182 186 70 0.02 0 0.62 0.27 62.07 0.46 0.5
Hex B6 BA 46 2 0 3E 1B 3E 2E 32
Octal 266 272 106 2 0 76 33 76 56 62
Binary 10110110 10111010 1000110 10 0 111110 11011 111110 101110 110010

Color Harmonies of #B6BA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BA46

Black with #B6BA46

Text Example


Text Example

White with #B6BA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BA46; }

 p { color: rgb(182,186,70); }

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

background-color css

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

 a { background-color: rgb(182,186,70); }

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

border-color css

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

 span { border-color: rgb(182,186,70); }

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