Html Css Color HEX #AFB822 Bahia

📋 copy color: '#AFB822'

red 175 ◦ green 184 ◦ blue 34

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

Shades of Bahia #AFB822

Tints of Bahia #AFB822

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.82%

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

R = 44.53%
G = 46.82%
B = 8.65%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#AFB822 (or 0xAFB822) is known color: Bahia. HEX triplet: AF, B8 and 22. RGB value is (175,184,34). Sum of RGB (Red+Green+Blue) = 175+184+34=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 184 (72.27% from 255 or 46.82% from 393); Blue value is 34 (13.67% from 255 or 8.65% from 393); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB822 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB822 is #5047DD. Grayscale: #A4A4A4. Windows color (decimal): -5261278 or 2275503. OLE color: 2275503.

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

Color convert

RGB 175 184 34 -
CMYK 0.05 0 0.82 0.28
HSL 63.6º 0.69% 0.43% -
HSV(B) 63.6º 0.82% 0.72% -
XYZ 35.11 43.51 8.06 -
YUV 164.21 54.52 135.7 -
System Red Green Blue C M Y K H S L
Decimal 175 184 34 0.05 0 0.82 0.28 63.6 0.69 0.43
Hex AF B8 22 5 0 52 1C 40 45 2B
Octal 257 270 42 5 0 122 34 100 105 53
Binary 10101111 10111000 100010 101 0 1010010 11100 1000000 1000101 101011

Color Harmonies of #AFB822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB822

Black with #AFB822

Text Example


Text Example

White with #AFB822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB822; }

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

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

background-color css

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

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

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

border-color css

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

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

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