Html Css Color HEX #B6B94A Celery

📋 copy color: '#B6B94A'

red 182 ◦ green 185 ◦ blue 74

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

Shades of Celery #B6B94A

Tints of Celery #B6B94A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.95%

 BLUE value IS 74 (29.3% from 255) = 16.78%

R = 41.27%
G = 41.95%
B = 16.78%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.6

 K value IS 0.27

RGB Variations

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

Color information

#B6B94A (or 0xB6B94A) is known color: Celery. HEX triplet: B6, B9 and 4A. RGB value is (182,185,74). Sum of RGB (Red+Green+Blue) = 182+185+74=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 185 (72.66% from 255 or 41.95% from 441); Blue value is 74 (29.30% from 255 or 16.78% from 441); Max value from RGB is 185 - color contains mainly: green. Hex color #B6B94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6B94A is #4946B5. Grayscale: #ABABAB. Windows color (decimal): -4802230 or 4897206. OLE color: 4897206.

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

Color convert

RGB 182 185 74 -
CMYK 0.02 0 0.6 0.27
HSL 61.62º 0.44% 0.51% -
HSV(B) 61.62º 0.6% 0.73% -
XYZ 37.88 45.14 13.19 -
YUV 171.45 73.01 135.53 -
System Red Green Blue C M Y K H S L
Decimal 182 185 74 0.02 0 0.6 0.27 61.62 0.44 0.51
Hex B6 B9 4A 2 0 3C 1B 3E 2C 33
Octal 266 271 112 2 0 74 33 76 54 63
Binary 10110110 10111001 1001010 10 0 111100 11011 111110 101100 110011

Color Harmonies of #B6B94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B94A

Black with #B6B94A

Text Example


Text Example

White with #B6B94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B94A; }

 p { color: rgb(182,185,74); }

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

background-color css

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

 a { background-color: rgb(182,185,74); }

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

border-color css

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

 span { border-color: rgb(182,185,74); }

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