Html Css Color HEX #A6B92D Bahia

📋 copy color: '#A6B92D'

red 166 ◦ green 185 ◦ blue 45

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

Shades of Bahia #A6B92D

Tints of Bahia #A6B92D

RGB

 RED value IS 166 (65.23% from 255) = 41.92%

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

 BLUE value IS 45 (17.97% from 255) = 11.36%

R = 41.92%
G = 46.72%
B = 11.36%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#A6B92D (or 0xA6B92D) is known color: Bahia. HEX triplet: A6, B9 and 2D. RGB value is (166,185,45). Sum of RGB (Red+Green+Blue) = 166+185+45=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 185 (72.66% from 255 or 46.72% from 396); Blue value is 45 (17.97% from 255 or 11.36% from 396); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B92D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B92D is #5946D2. Grayscale: #A3A3A3. Windows color (decimal): -5850835 or 2996646. OLE color: 2996646.

HSL color Cylindrical-coordinate representation of color #A6B92D: hue angle of 68.14º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A6B92D is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 185 45 -
CMYK 0.10 0 0.76 0.27
HSL 68.14º 0.61% 0.45% -
HSV(B) 68.14º 0.76% 0.73% -
XYZ 33.55 42.99 9.01 -
YUV 163.36 61.21 129.88 -
System Red Green Blue C M Y K H S L
Decimal 166 185 45 0.10 0 0.76 0.27 68.14 0.61 0.45
Hex A6 B9 2D A 0 4C 1B 44 3D 2D
Octal 246 271 55 12 0 114 33 104 75 55
Binary 10100110 10111001 101101 1010 0 1001100 11011 1000100 111101 101101

Color Harmonies of #A6B92D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B92D

Black with #A6B92D

Text Example


Text Example

White with #A6B92D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B92D; }

 p { color: rgb(166,185,45); }

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

background-color css

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

 a { background-color: rgb(166,185,45); }

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

border-color css

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

 span { border-color: rgb(166,185,45); }

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