Html Css Color HEX #AFBA29 Bahia

📋 copy color: '#AFBA29'

red 175 ◦ green 186 ◦ blue 41

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

Shades of Bahia #AFBA29

Tints of Bahia #AFBA29

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.27%

 BLUE value IS 41 (16.41% from 255) = 10.2%

R = 43.53%
G = 46.27%
B = 10.2%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#AFBA29 (or 0xAFBA29) is known color: Bahia. HEX triplet: AF, BA and 29. RGB value is (175,186,41). Sum of RGB (Red+Green+Blue) = 175+186+41=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 186 (73.05% from 255 or 46.27% from 402); Blue value is 41 (16.41% from 255 or 10.20% from 402); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBA29 is #5045D6. Grayscale: #A6A6A6. Windows color (decimal): -5260759 or 2734767. OLE color: 2734767.

HSL color Cylindrical-coordinate representation of color #AFBA29: hue angle of 64.55º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AFBA29 is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 186 41 -
CMYK 0.06 0 0.78 0.27
HSL 64.55º 0.64% 0.45% -
HSV(B) 64.55º 0.78% 0.73% -
XYZ 35.64 44.39 8.79 -
YUV 166.18 57.36 134.29 -
System Red Green Blue C M Y K H S L
Decimal 175 186 41 0.06 0 0.78 0.27 64.55 0.64 0.45
Hex AF BA 29 6 0 4E 1B 41 40 2D
Octal 257 272 51 6 0 116 33 101 100 55
Binary 10101111 10111010 101001 110 0 1001110 11011 1000001 1000000 101101

Color Harmonies of #AFBA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA29

Black with #AFBA29

Text Example


Text Example

White with #AFBA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA29; }

 p { color: rgb(175,186,41); }

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

background-color css

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

 a { background-color: rgb(175,186,41); }

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

border-color css

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

 span { border-color: rgb(175,186,41); }

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