Html Css Color HEX #B6BA40 Celery

📋 copy color: '#B6BA40'

red 182 ◦ green 186 ◦ blue 64

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

Shades of Celery #B6BA40

Tints of Celery #B6BA40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.81%

R = 42.13%
G = 43.06%
B = 14.81%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B6BA40 (or 0xB6BA40) is known color: Celery. HEX triplet: B6, BA and 40. RGB value is (182,186,64). Sum of RGB (Red+Green+Blue) = 182+186+64=432 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.13% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 64 (25.39% from 255 or 14.81% from 432); Max value from RGB is 186 - color contains mainly: green. Hex color #B6BA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6BA40 is #4945BF. Grayscale: #ABABAB. Windows color (decimal): -4801984 or 4242102. OLE color: 4242102.

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

Color convert

RGB 182 186 64 -
CMYK 0.02 0 0.66 0.27
HSL 61.97º 0.49% 0.49% -
HSV(B) 61.97º 0.66% 0.73% -
XYZ 37.78 45.43 11.63 -
YUV 170.9 67.67 135.92 -
System Red Green Blue C M Y K H S L
Decimal 182 186 64 0.02 0 0.66 0.27 61.97 0.49 0.49
Hex B6 BA 40 2 0 42 1B 3E 31 31
Octal 266 272 100 2 0 102 33 76 61 61
Binary 10110110 10111010 1000000 10 0 1000010 11011 111110 110001 110001

Color Harmonies of #B6BA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BA40

Black with #B6BA40

Text Example


Text Example

White with #B6BA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BA40; }

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

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

background-color css

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

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

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

border-color css

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

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

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