Html Css Color HEX #AFC322 Bahia

📋 copy color: '#AFC322'

red 175 ◦ green 195 ◦ blue 34

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

Shades of Bahia #AFC322

Tints of Bahia #AFC322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.42%

R = 43.32%
G = 48.27%
B = 8.42%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#AFC322 (or 0xAFC322) is known color: Bahia. HEX triplet: AF, C3 and 22. RGB value is (175,195,34). Sum of RGB (Red+Green+Blue) = 175+195+34=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 195 (76.56% from 255 or 48.27% from 404); Blue value is 34 (13.67% from 255 or 8.42% from 404); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC322 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC322 is #503CDD. Grayscale: #ABABAB. Windows color (decimal): -5258462 or 2278319. OLE color: 2278319.

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

Color convert

RGB 175 195 34 -
CMYK 0.10 0 0.83 0.24
HSL 67.45º 0.7% 0.45% -
HSV(B) 67.45º 0.83% 0.76% -
XYZ 37.48 48.26 8.85 -
YUV 170.67 50.87 131.09 -
System Red Green Blue C M Y K H S L
Decimal 175 195 34 0.10 0 0.83 0.24 67.45 0.7 0.45
Hex AF C3 22 A 0 53 18 43 46 2D
Octal 257 303 42 12 0 123 30 103 106 55
Binary 10101111 11000011 100010 1010 0 1010011 11000 1000011 1000110 101101

Color Harmonies of #AFC322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC322

Black with #AFC322

Text Example


Text Example

White with #AFC322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC322; }

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

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

background-color css

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

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

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

border-color css

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

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

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