Html Css Color HEX #AFB727 Bahia

📋 copy color: '#AFB727'

red 175 ◦ green 183 ◦ blue 39

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

Shades of Bahia #AFB727

Tints of Bahia #AFB727

RGB

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

 GREEN value IS 183 (71.88% from 255) = 46.1%

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

R = 44.08%
G = 46.1%
B = 9.82%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#AFB727 (or 0xAFB727) is known color: Bahia. HEX triplet: AF, B7 and 27. RGB value is (175,183,39). Sum of RGB (Red+Green+Blue) = 175+183+39=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 183 (71.88% from 255 or 46.10% from 397); Blue value is 39 (15.62% from 255 or 9.82% from 397); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB727 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB727 is #5048D8. Grayscale: #A4A4A4. Windows color (decimal): -5261529 or 2602927. OLE color: 2602927.

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

Color convert

RGB 175 183 39 -
CMYK 0.04 0 0.79 0.28
HSL 63.33º 0.65% 0.44% -
HSV(B) 63.33º 0.79% 0.72% -
XYZ 34.98 43.13 8.4 -
YUV 164.19 57.35 135.71 -
System Red Green Blue C M Y K H S L
Decimal 175 183 39 0.04 0 0.79 0.28 63.33 0.65 0.44
Hex AF B7 27 4 0 4F 1C 3F 41 2C
Octal 257 267 47 4 0 117 34 77 101 54
Binary 10101111 10110111 100111 100 0 1001111 11100 111111 1000001 101100

Color Harmonies of #AFB727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB727

Black with #AFB727

Text Example


Text Example

White with #AFB727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB727; }

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

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

background-color css

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

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

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

border-color css

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

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

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