Html Css Color HEX #AFB527 Bahia

📋 copy color: '#AFB527'

red 175 ◦ green 181 ◦ blue 39

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

Shades of Bahia #AFB527

Tints of Bahia #AFB527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.87%

R = 44.3%
G = 45.82%
B = 9.87%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#AFB527 (or 0xAFB527) is known color: Bahia. HEX triplet: AF, B5 and 27. RGB value is (175,181,39). Sum of RGB (Red+Green+Blue) = 175+181+39=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 181 (71.09% from 255 or 45.82% from 395); Blue value is 39 (15.62% from 255 or 9.87% from 395); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB527 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB527 is #504AD8. Grayscale: #A3A3A3. Windows color (decimal): -5262041 or 2602415. OLE color: 2602415.

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

Color convert

RGB 175 181 39 -
CMYK 0.03 0 0.78 0.29
HSL 62.54º 0.65% 0.43% -
HSV(B) 62.54º 0.78% 0.71% -
XYZ 34.57 42.31 8.26 -
YUV 163.02 58.01 136.55 -
System Red Green Blue C M Y K H S L
Decimal 175 181 39 0.03 0 0.78 0.29 62.54 0.65 0.43
Hex AF B5 27 3 0 4E 1D 3F 41 2B
Octal 257 265 47 3 0 116 35 77 101 53
Binary 10101111 10110101 100111 11 0 1001110 11101 111111 1000001 101011

Color Harmonies of #AFB527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB527

Black with #AFB527

Text Example


Text Example

White with #AFB527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB527; }

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

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

background-color css

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

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

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

border-color css

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

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

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