Html Css Color HEX #A8C126 Bahia

📋 copy color: '#A8C126'

red 168 ◦ green 193 ◦ blue 38

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

Shades of Bahia #A8C126

Tints of Bahia #A8C126

RGB

 RED value IS 168 (66.02% from 255) = 42.11%

 GREEN value IS 193 (75.78% from 255) = 48.37%

 BLUE value IS 38 (15.23% from 255) = 9.52%

R = 42.11%
G = 48.37%
B = 9.52%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#A8C126 (or 0xA8C126) is known color: Bahia. HEX triplet: A8, C1 and 26. RGB value is (168,193,38). Sum of RGB (Red+Green+Blue) = 168+193+38=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 193 (75.78% from 255 or 48.37% from 399); Blue value is 38 (15.23% from 255 or 9.52% from 399); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C126 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C126 is #573ED9. Grayscale: #A8A8A8. Windows color (decimal): -5717722 or 2539944. OLE color: 2539944.

HSL color Cylindrical-coordinate representation of color #A8C126: hue angle of 69.68º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A8C126 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 193 38 -
CMYK 0.13 0 0.80 0.24
HSL 69.68º 0.67% 0.45% -
HSV(B) 69.68º 0.8% 0.76% -
XYZ 35.57 46.6 8.95 -
YUV 167.86 54.72 128.1 -
System Red Green Blue C M Y K H S L
Decimal 168 193 38 0.13 0 0.80 0.24 69.68 0.67 0.45
Hex A8 C1 26 D 0 50 18 46 43 2D
Octal 250 301 46 15 0 120 30 106 103 55
Binary 10101000 11000001 100110 1101 0 1010000 11000 1000110 1000011 101101

Color Harmonies of #A8C126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C126

Black with #A8C126

Text Example


Text Example

White with #A8C126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C126; }

 p { color: rgb(168,193,38); }

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

background-color css

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

 a { background-color: rgb(168,193,38); }

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

border-color css

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

 span { border-color: rgb(168,193,38); }

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