Html Css Color HEX #AFC524 Bahia

📋 copy color: '#AFC524'

red 175 ◦ green 197 ◦ blue 36

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

Shades of Bahia #AFC524

Tints of Bahia #AFC524

RGB

 RED value IS 175 (68.75% from 255) = 42.89%

 GREEN value IS 197 (77.34% from 255) = 48.28%

 BLUE value IS 36 (14.45% from 255) = 8.82%

R = 42.89%
G = 48.28%
B = 8.82%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#AFC524 (or 0xAFC524) is known color: Bahia. HEX triplet: AF, C5 and 24. RGB value is (175,197,36). Sum of RGB (Red+Green+Blue) = 175+197+36=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 197 (77.34% from 255 or 48.28% from 408); Blue value is 36 (14.45% from 255 or 8.82% from 408); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC524 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC524 is #503ADB. Grayscale: #ACACAC. Windows color (decimal): -5257948 or 2409903. OLE color: 2409903.

HSL color Cylindrical-coordinate representation of color #AFC524: hue angle of 68.2º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AFC524 is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 197 36 -
CMYK 0.11 0 0.82 0.23
HSL 68.2º 0.69% 0.46% -
HSV(B) 68.2º 0.82% 0.77% -
XYZ 37.96 49.17 9.16 -
YUV 172.07 51.21 130.09 -
System Red Green Blue C M Y K H S L
Decimal 175 197 36 0.11 0 0.82 0.23 68.2 0.69 0.46
Hex AF C5 24 B 0 52 17 44 45 2E
Octal 257 305 44 13 0 122 27 104 105 56
Binary 10101111 11000101 100100 1011 0 1010010 10111 1000100 1000101 101110

Color Harmonies of #AFC524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC524

Black with #AFC524

Text Example


Text Example

White with #AFC524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC524; }

 p { color: rgb(175,197,36); }

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

background-color css

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

 a { background-color: rgb(175,197,36); }

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

border-color css

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

 span { border-color: rgb(175,197,36); }

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