Html Css Color HEX #AFB622 Bahia

📋 copy color: '#AFB622'

red 175 ◦ green 182 ◦ blue 34

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

Shades of Bahia #AFB622

Tints of Bahia #AFB622

RGB

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

 GREEN value IS 182 (71.48% from 255) = 46.55%

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

R = 44.76%
G = 46.55%
B = 8.7%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#AFB622 (or 0xAFB622) is known color: Bahia. HEX triplet: AF, B6 and 22. RGB value is (175,182,34). Sum of RGB (Red+Green+Blue) = 175+182+34=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 182 (71.48% from 255 or 46.55% from 391); Blue value is 34 (13.67% from 255 or 8.70% from 391); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB622 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB622 is #5049DD. Grayscale: #A3A3A3. Windows color (decimal): -5261790 or 2274991. OLE color: 2274991.

HSL color Cylindrical-coordinate representation of color #AFB622: hue angle of 62.84º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AFB622 is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 182 34 -
CMYK 0.04 0 0.81 0.29
HSL 62.84º 0.69% 0.42% -
HSV(B) 62.84º 0.81% 0.71% -
XYZ 34.7 42.69 7.92 -
YUV 163.04 55.18 136.53 -
System Red Green Blue C M Y K H S L
Decimal 175 182 34 0.04 0 0.81 0.29 62.84 0.69 0.42
Hex AF B6 22 4 0 51 1D 3F 45 2A
Octal 257 266 42 4 0 121 35 77 105 52
Binary 10101111 10110110 100010 100 0 1010001 11101 111111 1000101 101010

Color Harmonies of #AFB622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB622

Black with #AFB622

Text Example


Text Example

White with #AFB622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB622; }

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

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

background-color css

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

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

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

border-color css

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

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

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