Html Css Color HEX #A8C121 Bahia

📋 copy color: '#A8C121'

red 168 ◦ green 193 ◦ blue 33

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

Shades of Bahia #A8C121

Tints of Bahia #A8C121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.38%

R = 42.64%
G = 48.98%
B = 8.38%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#A8C121 (or 0xA8C121) is known color: Bahia. HEX triplet: A8, C1 and 21. RGB value is (168,193,33). Sum of RGB (Red+Green+Blue) = 168+193+33=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 193 (75.78% from 255 or 48.98% from 394); Blue value is 33 (13.28% from 255 or 8.38% from 394); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C121 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C121 is #573EDE. Grayscale: #A7A7A7. Windows color (decimal): -5717727 or 2212264. OLE color: 2212264.

HSL color Cylindrical-coordinate representation of color #A8C121: hue angle of 69.38º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A8C121 is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 193 33 -
CMYK 0.13 0 0.83 0.24
HSL 69.38º 0.71% 0.44% -
HSV(B) 69.38º 0.83% 0.76% -
XYZ 35.49 46.57 8.56 -
YUV 167.29 52.22 128.51 -
System Red Green Blue C M Y K H S L
Decimal 168 193 33 0.13 0 0.83 0.24 69.38 0.71 0.44
Hex A8 C1 21 D 0 53 18 45 47 2C
Octal 250 301 41 15 0 123 30 105 107 54
Binary 10101000 11000001 100001 1101 0 1010011 11000 1000101 1000111 101100

Color Harmonies of #A8C121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C121

Black with #A8C121

Text Example


Text Example

White with #A8C121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C121; }

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

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

background-color css

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

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

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

border-color css

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

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

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