Html Css Color HEX #AFB922 Bahia

📋 copy color: '#AFB922'

red 175 ◦ green 185 ◦ blue 34

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

Shades of Bahia #AFB922

Tints of Bahia #AFB922

RGB

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

 GREEN value IS 185 (72.66% from 255) = 46.95%

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

R = 44.42%
G = 46.95%
B = 8.63%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#AFB922 (or 0xAFB922) is known color: Bahia. HEX triplet: AF, B9 and 22. RGB value is (175,185,34). Sum of RGB (Red+Green+Blue) = 175+185+34=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 185 (72.66% from 255 or 46.95% from 394); Blue value is 34 (13.67% from 255 or 8.63% from 394); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB922 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB922 is #5046DD. Grayscale: #A5A5A5. Windows color (decimal): -5261022 or 2275759. OLE color: 2275759.

HSL color Cylindrical-coordinate representation of color #AFB922: hue angle of 63.97º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AFB922 is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 185 34 -
CMYK 0.05 0 0.82 0.27
HSL 63.97º 0.69% 0.43% -
HSV(B) 63.97º 0.82% 0.73% -
XYZ 35.32 43.93 8.13 -
YUV 164.8 54.19 135.28 -
System Red Green Blue C M Y K H S L
Decimal 175 185 34 0.05 0 0.82 0.27 63.97 0.69 0.43
Hex AF B9 22 5 0 52 1B 40 45 2B
Octal 257 271 42 5 0 122 33 100 105 53
Binary 10101111 10111001 100010 101 0 1010010 11011 1000000 1000101 101011

Color Harmonies of #AFB922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB922

Black with #AFB922

Text Example


Text Example

White with #AFB922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB922; }

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

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

background-color css

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

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

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

border-color css

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

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

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