Html Css Color HEX #A7C121 Bahia

📋 copy color: '#A7C121'

red 167 ◦ green 193 ◦ blue 33

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

Shades of Bahia #A7C121

Tints of Bahia #A7C121

RGB

 RED value IS 167 (65.63% from 255) = 42.49%

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

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

R = 42.49%
G = 49.11%
B = 8.4%

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

#A7C121 (or 0xA7C121) is known color: Bahia. HEX triplet: A7, C1 and 21. RGB value is (167,193,33). Sum of RGB (Red+Green+Blue) = 167+193+33=393 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.49% from 393); Green value is 193 (75.78% from 255 or 49.11% from 393); Blue value is 33 (13.28% from 255 or 8.40% from 393); Max value from RGB is 193 - color contains mainly: green. Hex color #A7C121 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7C121 is #583EDE. Grayscale: #A7A7A7. Windows color (decimal): -5783263 or 2212263. OLE color: 2212263.

HSL color Cylindrical-coordinate representation of color #A7C121: hue angle of 69.75º 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 #A7C121 is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 167 193 33 -
CMYK 0.13 0 0.83 0.24
HSL 69.75º 0.71% 0.44% -
HSV(B) 69.75º 0.83% 0.76% -
XYZ 35.28 46.47 8.55 -
YUV 166.99 52.39 128.01 -
System Red Green Blue C M Y K H S L
Decimal 167 193 33 0.13 0 0.83 0.24 69.75 0.71 0.44
Hex A7 C1 21 D 0 53 18 46 47 2C
Octal 247 301 41 15 0 123 30 106 107 54
Binary 10100111 11000001 100001 1101 0 1010011 11000 1000110 1000111 101100

Color Harmonies of #A7C121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C121

Black with #A7C121

Text Example


Text Example

White with #A7C121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C121; }

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

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

background-color css

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

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

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

border-color css

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

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

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