Html Css Color HEX #AFB619 Bahia

📋 copy color: '#AFB619'

red 175 ◦ green 182 ◦ blue 25

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

Shades of Bahia #AFB619

Tints of Bahia #AFB619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.54%

R = 45.81%
G = 47.64%
B = 6.54%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#AFB619 (or 0xAFB619) is known color: Bahia. HEX triplet: AF, B6 and 19. RGB value is (175,182,25). Sum of RGB (Red+Green+Blue) = 175+182+25=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 182 (71.48% from 255 or 47.64% from 382); Blue value is 25 (10.16% from 255 or 6.54% from 382); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB619 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB619 is #5049E6. Grayscale: #A2A2A2. Windows color (decimal): -5261799 or 1685167. OLE color: 1685167.

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

Color convert

RGB 175 182 25 -
CMYK 0.04 0 0.86 0.29
HSL 62.68º 0.76% 0.41% -
HSV(B) 62.68º 0.86% 0.71% -
XYZ 34.58 42.64 7.33 -
YUV 162.01 50.68 137.27 -
System Red Green Blue C M Y K H S L
Decimal 175 182 25 0.04 0 0.86 0.29 62.68 0.76 0.41
Hex AF B6 19 4 0 56 1D 3F 4C 29
Octal 257 266 31 4 0 126 35 77 114 51
Binary 10101111 10110110 11001 100 0 1010110 11101 111111 1001100 101001

Color Harmonies of #AFB619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB619

Black with #AFB619

Text Example


Text Example

White with #AFB619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB619; }

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

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

background-color css

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

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

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

border-color css

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

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

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