Html Css Color HEX #A6CA23 Bahia

📋 copy color: '#A6CA23'

red 166 ◦ green 202 ◦ blue 35

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

Shades of Bahia #A6CA23

Tints of Bahia #A6CA23

RGB

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

 GREEN value IS 202 (79.3% from 255) = 50.12%

 BLUE value IS 35 (14.06% from 255) = 8.68%

R = 41.19%
G = 50.12%
B = 8.68%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#A6CA23 (or 0xA6CA23) is known color: Bahia. HEX triplet: A6, CA and 23. RGB value is (166,202,35). Sum of RGB (Red+Green+Blue) = 166+202+35=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 202 (79.30% from 255 or 50.12% from 403); Blue value is 35 (14.06% from 255 or 8.68% from 403); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CA23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CA23 is #5935DC. Grayscale: #ACACAC. Windows color (decimal): -5846493 or 2345638. OLE color: 2345638.

HSL color Cylindrical-coordinate representation of color #A6CA23: hue angle of 72.93º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A6CA23 is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 202 35 -
CMYK 0.18 0 0.83 0.21
HSL 72.93º 0.7% 0.46% -
HSV(B) 72.93º 0.83% 0.79% -
XYZ 37.15 50.47 9.37 -
YUV 172.2 50.57 123.58 -
System Red Green Blue C M Y K H S L
Decimal 166 202 35 0.18 0 0.83 0.21 72.93 0.7 0.46
Hex A6 CA 23 12 0 53 15 49 46 2E
Octal 246 312 43 22 0 123 25 111 106 56
Binary 10100110 11001010 100011 10010 0 1010011 10101 1001001 1000110 101110

Color Harmonies of #A6CA23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CA23

Black with #A6CA23

Text Example


Text Example

White with #A6CA23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CA23; }

 p { color: rgb(166,202,35); }

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

background-color css

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

 a { background-color: rgb(166,202,35); }

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

border-color css

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

 span { border-color: rgb(166,202,35); }

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