Html Css Color HEX #A5C121 Bahia

📋 copy color: '#A5C121'

red 165 ◦ green 193 ◦ blue 33

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

Shades of Bahia #A5C121

Tints of Bahia #A5C121

RGB

 RED value IS 165 (64.84% from 255) = 42.2%

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

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

R = 42.2%
G = 49.36%
B = 8.44%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#A5C121 (or 0xA5C121) is known color: Bahia. HEX triplet: A5, C1 and 21. RGB value is (165,193,33). Sum of RGB (Red+Green+Blue) = 165+193+33=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 193 (75.78% from 255 or 49.36% from 391); Blue value is 33 (13.28% from 255 or 8.44% from 391); Max value from RGB is 193 - color contains mainly: green. Hex color #A5C121 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C121 is #5A3EDE. Grayscale: #A7A7A7. Windows color (decimal): -5914335 or 2212261. OLE color: 2212261.

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

Color convert

RGB 165 193 33 -
CMYK 0.15 0 0.83 0.24
HSL 70.5º 0.71% 0.44% -
HSV(B) 70.5º 0.83% 0.76% -
XYZ 34.86 46.25 8.53 -
YUV 166.39 52.72 127.01 -
System Red Green Blue C M Y K H S L
Decimal 165 193 33 0.15 0 0.83 0.24 70.5 0.71 0.44
Hex A5 C1 21 F 0 53 18 46 47 2C
Octal 245 301 41 17 0 123 30 106 107 54
Binary 10100101 11000001 100001 1111 0 1010011 11000 1000110 1000111 101100

Color Harmonies of #A5C121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C121

Black with #A5C121

Text Example


Text Example

White with #A5C121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C121; }

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

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

background-color css

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

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

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

border-color css

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

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

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