Html Css Color HEX #AFB832 Bahia

📋 copy color: '#AFB832'

red 175 ◦ green 184 ◦ blue 50

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

Shades of Bahia #AFB832

Tints of Bahia #AFB832

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.99%

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

R = 42.79%
G = 44.99%
B = 12.22%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#AFB832 (or 0xAFB832) is known color: Bahia. HEX triplet: AF, B8 and 32. RGB value is (175,184,50). Sum of RGB (Red+Green+Blue) = 175+184+50=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 184 (72.27% from 255 or 44.99% from 409); Blue value is 50 (19.92% from 255 or 12.22% from 409); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB832 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB832 is #5047CD. Grayscale: #A6A6A6. Windows color (decimal): -5261262 or 3324079. OLE color: 3324079.

HSL color Cylindrical-coordinate representation of color #AFB832: hue angle of 64.03º 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 #AFB832 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 184 50 -
CMYK 0.05 0 0.73 0.28
HSL 64.03º 0.57% 0.46% -
HSV(B) 64.03º 0.73% 0.72% -
XYZ 35.4 43.63 9.57 -
YUV 166.03 62.52 134.4 -
System Red Green Blue C M Y K H S L
Decimal 175 184 50 0.05 0 0.73 0.28 64.03 0.57 0.46
Hex AF B8 32 5 0 49 1C 40 39 2E
Octal 257 270 62 5 0 111 34 100 71 56
Binary 10101111 10111000 110010 101 0 1001001 11100 1000000 111001 101110

Color Harmonies of #AFB832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB832

Black with #AFB832

Text Example


Text Example

White with #AFB832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB832; }

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

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

background-color css

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

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

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

border-color css

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

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

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