#B6BF3A

Color #B6BF3A Celery (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celery #B6BF3A

Tints of Celery #B6BF3A

Color information

#B6BF3A (or 0xB6BF3A) is unknown color: approx Celery. HEX triplet: B6, BF and 3A. RGB value is (182,191,58). Sum of RGB (Red+Green+Blue) = 182+191+58=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 191 (75% from 255 or 44.32% from 431); Blue value is 58 (23.05% from 255 or 13.46% from 431); Max value from RGB is 191 - color contains mainly: green. Hex color #B6BF3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6BF3A is #4940C5. Grayscale: #ADADAD. Windows color (decimal): -4800710 or 3850166. OLE color: 3850166.

HSL color Cylindrical-coordinate representation of color #B6BF3A: hue angle of 64.06º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B6BF3A is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB18219158-
CMYK0.0500.700.25
HSL64.06º53.41%48.82%-
HSV(B)64.06º69.63%74.9%-
XYZ38.6947.5111.13-
YUV173.1563.02134.31-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.23%
GREEN value IS 191 (75% from 255) = 44.32%
BLUE value IS 58 (23.05% from 255) = 13.46%
R=42.23%
G=44.32%
B=13.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal182191580.0500.700.2564.0653.4148.82
HexB6BF3A504619403531
Octal2662777250106311006561
Binary101101101011111111101010101000110110011000000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BF3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BF3A; }

 p { color: rgb(182,191,58); }

 H1.HeaderClassName
 {
   color: #B6BF3A;
 }
 .AnyTagClassName
 {
   color: #B6BF3A;
 }
</style>
background-color css

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

 a { background-color: rgb(182,191,58); }

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

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

 span { border-color: rgb(182,191,58); }

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