Html Css Color HEX #AFC622 Bahia

📋 copy color: '#AFC622'

red 175 ◦ green 198 ◦ blue 34

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

Shades of Bahia #AFC622

Tints of Bahia #AFC622

RGB

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

 GREEN value IS 198 (77.73% from 255) = 48.65%

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

R = 43%
G = 48.65%
B = 8.35%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#AFC622 (or 0xAFC622) is known color: Bahia. HEX triplet: AF, C6 and 22. RGB value is (175,198,34). Sum of RGB (Red+Green+Blue) = 175+198+34=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 198 (77.73% from 255 or 48.65% from 407); Blue value is 34 (13.67% from 255 or 8.35% from 407); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC622 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC622 is #5039DD. Grayscale: #ADADAD. Windows color (decimal): -5257694 or 2279087. OLE color: 2279087.

HSL color Cylindrical-coordinate representation of color #AFC622: hue angle of 68.41º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AFC622 is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 198 34 -
CMYK 0.12 0 0.83 0.22
HSL 68.41º 0.71% 0.45% -
HSV(B) 68.41º 0.83% 0.78% -
XYZ 38.16 49.62 9.08 -
YUV 172.43 49.88 129.84 -
System Red Green Blue C M Y K H S L
Decimal 175 198 34 0.12 0 0.83 0.22 68.41 0.71 0.45
Hex AF C6 22 C 0 53 16 44 47 2D
Octal 257 306 42 14 0 123 26 104 107 55
Binary 10101111 11000110 100010 1100 0 1010011 10110 1000100 1000111 101101

Color Harmonies of #AFC622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC622

Black with #AFC622

Text Example


Text Example

White with #AFC622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC622; }

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

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

background-color css

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

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

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

border-color css

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

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

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