Html Css Color HEX #AFB428 Bahia

📋 copy color: '#AFB428'

red 175 ◦ green 180 ◦ blue 40

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

Shades of Bahia #AFB428

Tints of Bahia #AFB428

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.57%

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

R = 44.3%
G = 45.57%
B = 10.13%

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

#AFB428 (or 0xAFB428) is known color: Bahia. HEX triplet: AF, B4 and 28. RGB value is (175,180,40). Sum of RGB (Red+Green+Blue) = 175+180+40=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 180 (70.70% from 255 or 45.57% from 395); Blue value is 40 (16.02% from 255 or 10.13% from 395); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB428 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB428 is #504BD7. Grayscale: #A3A3A3. Windows color (decimal): -5262296 or 2667695. OLE color: 2667695.

HSL color Cylindrical-coordinate representation of color #AFB428: hue angle of 62.14º degrees, saturation: 0.64, 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 #AFB428 is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 180 40 -
CMYK 0.03 0 0.78 0.29
HSL 62.14º 0.64% 0.43% -
HSV(B) 62.14º 0.78% 0.71% -
XYZ 34.38 41.91 8.28 -
YUV 162.55 58.84 136.88 -
System Red Green Blue C M Y K H S L
Decimal 175 180 40 0.03 0 0.78 0.29 62.14 0.64 0.43
Hex AF B4 28 3 0 4E 1D 3E 40 2B
Octal 257 264 50 3 0 116 35 76 100 53
Binary 10101111 10110100 101000 11 0 1001110 11101 111110 1000000 101011

Color Harmonies of #AFB428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB428

Black with #AFB428

Text Example


Text Example

White with #AFB428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB428; }

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

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

background-color css

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

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

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

border-color css

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

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

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