Html Css Color HEX #AFB732 Bahia

📋 copy color: '#AFB732'

red 175 ◦ green 183 ◦ blue 50

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

Shades of Bahia #AFB732

Tints of Bahia #AFB732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.25%

R = 42.89%
G = 44.85%
B = 12.25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#AFB732 (or 0xAFB732) is known color: Bahia. HEX triplet: AF, B7 and 32. RGB value is (175,183,50). Sum of RGB (Red+Green+Blue) = 175+183+50=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 183 (71.88% from 255 or 44.85% from 408); Blue value is 50 (19.92% from 255 or 12.25% from 408); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB732 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB732 is #5048CD. Grayscale: #A5A5A5. Windows color (decimal): -5261518 or 3323823. OLE color: 3323823.

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

Color convert

RGB 175 183 50 -
CMYK 0.04 0 0.73 0.28
HSL 63.61º 0.57% 0.46% -
HSV(B) 63.61º 0.73% 0.72% -
XYZ 35.19 43.21 9.5 -
YUV 165.45 62.85 134.81 -
System Red Green Blue C M Y K H S L
Decimal 175 183 50 0.04 0 0.73 0.28 63.61 0.57 0.46
Hex AF B7 32 4 0 49 1C 40 39 2E
Octal 257 267 62 4 0 111 34 100 71 56
Binary 10101111 10110111 110010 100 0 1001001 11100 1000000 111001 101110

Color Harmonies of #AFB732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB732

Black with #AFB732

Text Example


Text Example

White with #AFB732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB732; }

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

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

background-color css

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

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

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

border-color css

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

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

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