Html Css Color HEX #AFB632 Bahia

📋 copy color: '#AFB632'

red 175 ◦ green 182 ◦ blue 50

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

Shades of Bahia #AFB632

Tints of Bahia #AFB632

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.72%

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

R = 43%
G = 44.72%
B = 12.29%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#AFB632 (or 0xAFB632) is known color: Bahia. HEX triplet: AF, B6 and 32. RGB value is (175,182,50). Sum of RGB (Red+Green+Blue) = 175+182+50=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 182 (71.48% from 255 or 44.72% from 407); Blue value is 50 (19.92% from 255 or 12.29% from 407); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB632 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB632 is #5049CD. Grayscale: #A5A5A5. Windows color (decimal): -5261774 or 3323567. OLE color: 3323567.

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

Color convert

RGB 175 182 50 -
CMYK 0.04 0 0.73 0.29
HSL 63.18º 0.57% 0.45% -
HSV(B) 63.18º 0.73% 0.71% -
XYZ 34.98 42.8 9.44 -
YUV 164.86 63.18 135.23 -
System Red Green Blue C M Y K H S L
Decimal 175 182 50 0.04 0 0.73 0.29 63.18 0.57 0.45
Hex AF B6 32 4 0 49 1D 3F 39 2D
Octal 257 266 62 4 0 111 35 77 71 55
Binary 10101111 10110110 110010 100 0 1001001 11101 111111 111001 101101

Color Harmonies of #AFB632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB632

Black with #AFB632

Text Example


Text Example

White with #AFB632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB632; }

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

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

background-color css

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

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

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

border-color css

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

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

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