Html Css Color HEX #AFC222 Bahia

📋 copy color: '#AFC222'

red 175 ◦ green 194 ◦ blue 34

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

Shades of Bahia #AFC222

Tints of Bahia #AFC222

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.14%

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

R = 43.42%
G = 48.14%
B = 8.44%

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

#AFC222 (or 0xAFC222) is known color: Bahia. HEX triplet: AF, C2 and 22. RGB value is (175,194,34). Sum of RGB (Red+Green+Blue) = 175+194+34=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 194 (76.17% from 255 or 48.14% from 403); Blue value is 34 (13.67% from 255 or 8.44% from 403); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC222 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC222 is #503DDD. Grayscale: #AAAAAA. Windows color (decimal): -5258718 or 2278063. OLE color: 2278063.

HSL color Cylindrical-coordinate representation of color #AFC222: hue angle of 67.12º degrees, saturation: 0.7, 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 #AFC222 is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 194 34 -
CMYK 0.10 0 0.82 0.24
HSL 67.13º 0.7% 0.45% -
HSV(B) 67.13º 0.82% 0.76% -
XYZ 37.26 47.81 8.78 -
YUV 170.08 51.21 131.51 -
System Red Green Blue C M Y K H S L
Decimal 175 194 34 0.10 0 0.82 0.24 67.13 0.7 0.45
Hex AF C2 22 A 0 52 18 43 46 2D
Octal 257 302 42 12 0 122 30 103 106 55
Binary 10101111 11000010 100010 1010 0 1010010 11000 1000011 1000110 101101

Color Harmonies of #AFC222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC222

Black with #AFC222

Text Example


Text Example

White with #AFC222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC222; }

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

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

background-color css

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

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

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

border-color css

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

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

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