Html Css Color HEX #AFC324 Bahia

📋 copy color: '#AFC324'

red 175 ◦ green 195 ◦ blue 36

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

Shades of Bahia #AFC324

Tints of Bahia #AFC324

RGB

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

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

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

R = 43.1%
G = 48.03%
B = 8.87%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#AFC324 (or 0xAFC324) is known color: Bahia. HEX triplet: AF, C3 and 24. RGB value is (175,195,36). Sum of RGB (Red+Green+Blue) = 175+195+36=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 195 (76.56% from 255 or 48.03% from 406); Blue value is 36 (14.45% from 255 or 8.87% from 406); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC324 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC324 is #503CDB. Grayscale: #ABABAB. Windows color (decimal): -5258460 or 2409391. OLE color: 2409391.

HSL color Cylindrical-coordinate representation of color #AFC324: hue angle of 67.55º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AFC324 is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 195 36 -
CMYK 0.10 0 0.82 0.24
HSL 67.55º 0.69% 0.45% -
HSV(B) 67.55º 0.82% 0.76% -
XYZ 37.51 48.27 9.01 -
YUV 170.89 51.87 130.93 -
System Red Green Blue C M Y K H S L
Decimal 175 195 36 0.10 0 0.82 0.24 67.55 0.69 0.45
Hex AF C3 24 A 0 52 18 44 45 2D
Octal 257 303 44 12 0 122 30 104 105 55
Binary 10101111 11000011 100100 1010 0 1010010 11000 1000100 1000101 101101

Color Harmonies of #AFC324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC324

Black with #AFC324

Text Example


Text Example

White with #AFC324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC324; }

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

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

background-color css

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

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

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

border-color css

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

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

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