Html Css Color HEX #AFB82A Bahia

📋 copy color: '#AFB82A'

red 175 ◦ green 184 ◦ blue 42

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

Shades of Bahia #AFB82A

Tints of Bahia #AFB82A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.47%

R = 43.64%
G = 45.89%
B = 10.47%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#AFB82A (or 0xAFB82A) is known color: Bahia. HEX triplet: AF, B8 and 2A. RGB value is (175,184,42). Sum of RGB (Red+Green+Blue) = 175+184+42=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 184 (72.27% from 255 or 45.89% from 401); Blue value is 42 (16.80% from 255 or 10.47% from 401); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB82A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB82A is #5047D5. Grayscale: #A5A5A5. Windows color (decimal): -5261270 or 2799791. OLE color: 2799791.

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

Color convert

RGB 175 184 42 -
CMYK 0.05 0 0.77 0.28
HSL 63.8º 0.63% 0.44% -
HSV(B) 63.8º 0.77% 0.72% -
XYZ 35.24 43.56 8.74 -
YUV 165.12 58.52 135.05 -
System Red Green Blue C M Y K H S L
Decimal 175 184 42 0.05 0 0.77 0.28 63.8 0.63 0.44
Hex AF B8 2A 5 0 4D 1C 40 3F 2C
Octal 257 270 52 5 0 115 34 100 77 54
Binary 10101111 10111000 101010 101 0 1001101 11100 1000000 111111 101100

Color Harmonies of #AFB82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB82A

Black with #AFB82A

Text Example


Text Example

White with #AFB82A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB82A; }

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

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

background-color css

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

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

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

border-color css

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

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

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