Html Css Color HEX #A8C313 Bahia

📋 copy color: '#A8C313'

red 168 ◦ green 195 ◦ blue 19

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

Shades of Bahia #A8C313

Tints of Bahia #A8C313

RGB

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

 GREEN value IS 195 (76.56% from 255) = 51.05%

 BLUE value IS 19 (7.81% from 255) = 4.97%

R = 43.98%
G = 51.05%
B = 4.97%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#A8C313 (or 0xA8C313) is known color: Bahia. HEX triplet: A8, C3 and 13. RGB value is (168,195,19). Sum of RGB (Red+Green+Blue) = 168+195+19=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 195 (76.56% from 255 or 51.05% from 382); Blue value is 19 (7.81% from 255 or 4.97% from 382); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C313 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C313 is #573CEC. Grayscale: #A7A7A7. Windows color (decimal): -5717229 or 1295272. OLE color: 1295272.

HSL color Cylindrical-coordinate representation of color #A8C313: hue angle of 69.2º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8C313 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 195 19 -
CMYK 0.14 0 0.90 0.24
HSL 69.2º 0.82% 0.42% -
HSV(B) 69.2º 0.9% 0.76% -
XYZ 35.78 47.4 7.88 -
YUV 166.86 44.55 128.81 -
System Red Green Blue C M Y K H S L
Decimal 168 195 19 0.14 0 0.90 0.24 69.2 0.82 0.42
Hex A8 C3 13 E 0 5A 18 45 52 2A
Octal 250 303 23 16 0 132 30 105 122 52
Binary 10101000 11000011 10011 1110 0 1011010 11000 1000101 1010010 101010

Color Harmonies of #A8C313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C313

Black with #A8C313

Text Example


Text Example

White with #A8C313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C313; }

 p { color: rgb(168,195,19); }

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

background-color css

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

 a { background-color: rgb(168,195,19); }

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

border-color css

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

 span { border-color: rgb(168,195,19); }

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