Html Css Color HEX #AFB726 Bahia

📋 copy color: '#AFB726'

red 175 ◦ green 183 ◦ blue 38

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

Shades of Bahia #AFB726

Tints of Bahia #AFB726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.6%

R = 44.19%
G = 46.21%
B = 9.6%

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

#AFB726 (or 0xAFB726) is known color: Bahia. HEX triplet: AF, B7 and 26. RGB value is (175,183,38). Sum of RGB (Red+Green+Blue) = 175+183+38=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 183 (71.88% from 255 or 46.21% from 396); Blue value is 38 (15.23% from 255 or 9.60% from 396); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB726 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB726 is #5048D9. Grayscale: #A4A4A4. Windows color (decimal): -5261530 or 2537391. OLE color: 2537391.

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

Color convert

RGB 175 183 38 -
CMYK 0.04 0 0.79 0.28
HSL 63.31º 0.66% 0.43% -
HSV(B) 63.31º 0.79% 0.72% -
XYZ 34.96 43.12 8.31 -
YUV 164.08 56.85 135.79 -
System Red Green Blue C M Y K H S L
Decimal 175 183 38 0.04 0 0.79 0.28 63.31 0.66 0.43
Hex AF B7 26 4 0 4F 1C 3F 42 2B
Octal 257 267 46 4 0 117 34 77 102 53
Binary 10101111 10110111 100110 100 0 1001111 11100 111111 1000010 101011

Color Harmonies of #AFB726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB726

Black with #AFB726

Text Example


Text Example

White with #AFB726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB726; }

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

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

background-color css

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

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

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

border-color css

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

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

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