Html Css Color HEX #AFB728 Bahia

📋 copy color: '#AFB728'

red 175 ◦ green 183 ◦ blue 40

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

Shades of Bahia #AFB728

Tints of Bahia #AFB728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.05%

R = 43.97%
G = 45.98%
B = 10.05%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#AFB728 (or 0xAFB728) is known color: Bahia. HEX triplet: AF, B7 and 28. RGB value is (175,183,40). Sum of RGB (Red+Green+Blue) = 175+183+40=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 183 (71.88% from 255 or 45.98% from 398); Blue value is 40 (16.02% from 255 or 10.05% from 398); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB728 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB728 is #5048D7. Grayscale: #A4A4A4. Windows color (decimal): -5261528 or 2668463. OLE color: 2668463.

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

Color convert

RGB 175 183 40 -
CMYK 0.04 0 0.78 0.28
HSL 63.36º 0.64% 0.44% -
HSV(B) 63.36º 0.78% 0.72% -
XYZ 35 43.13 8.49 -
YUV 164.31 57.85 135.63 -
System Red Green Blue C M Y K H S L
Decimal 175 183 40 0.04 0 0.78 0.28 63.36 0.64 0.44
Hex AF B7 28 4 0 4E 1C 3F 40 2C
Octal 257 267 50 4 0 116 34 77 100 54
Binary 10101111 10110111 101000 100 0 1001110 11100 111111 1000000 101100

Color Harmonies of #AFB728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB728

Black with #AFB728

Text Example


Text Example

White with #AFB728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB728; }

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

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

background-color css

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

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

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

border-color css

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

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

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