Html Css Color HEX #AFB525 Bahia

📋 copy color: '#AFB525'

red 175 ◦ green 181 ◦ blue 37

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

Shades of Bahia #AFB525

Tints of Bahia #AFB525

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.06%

 BLUE value IS 37 (14.84% from 255) = 9.41%

R = 44.53%
G = 46.06%
B = 9.41%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#AFB525 (or 0xAFB525) is known color: Bahia. HEX triplet: AF, B5 and 25. RGB value is (175,181,37). Sum of RGB (Red+Green+Blue) = 175+181+37=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 181 (71.09% from 255 or 46.06% from 393); Blue value is 37 (14.84% from 255 or 9.41% from 393); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB525 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB525 is #504ADA. Grayscale: #A3A3A3. Windows color (decimal): -5262043 or 2471343. OLE color: 2471343.

HSL color Cylindrical-coordinate representation of color #AFB525: hue angle of 62.5º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AFB525 is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 181 37 -
CMYK 0.03 0 0.80 0.29
HSL 62.5º 0.66% 0.43% -
HSV(B) 62.5º 0.8% 0.71% -
XYZ 34.54 42.3 8.09 -
YUV 162.79 57.01 136.71 -
System Red Green Blue C M Y K H S L
Decimal 175 181 37 0.03 0 0.80 0.29 62.5 0.66 0.43
Hex AF B5 25 3 0 50 1D 3F 42 2B
Octal 257 265 45 3 0 120 35 77 102 53
Binary 10101111 10110101 100101 11 0 1010000 11101 111111 1000010 101011

Color Harmonies of #AFB525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB525

Black with #AFB525

Text Example


Text Example

White with #AFB525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB525; }

 p { color: rgb(175,181,37); }

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

background-color css

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

 a { background-color: rgb(175,181,37); }

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

border-color css

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

 span { border-color: rgb(175,181,37); }

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