Html Css Color HEX #AFBA24 Bahia

📋 copy color: '#AFBA24'

red 175 ◦ green 186 ◦ blue 36

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

Shades of Bahia #AFBA24

Tints of Bahia #AFBA24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.07%

R = 44.08%
G = 46.85%
B = 9.07%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#AFBA24 (or 0xAFBA24) is known color: Bahia. HEX triplet: AF, BA and 24. RGB value is (175,186,36). Sum of RGB (Red+Green+Blue) = 175+186+36=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 36 (14.45% from 255 or 9.07% from 397); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBA24 is #5045DB. Grayscale: #A6A6A6. Windows color (decimal): -5260764 or 2407087. OLE color: 2407087.

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

Color convert

RGB 175 186 36 -
CMYK 0.06 0 0.81 0.27
HSL 64.4º 0.68% 0.44% -
HSV(B) 64.4º 0.81% 0.73% -
XYZ 35.56 44.36 8.36 -
YUV 165.61 54.86 134.7 -
System Red Green Blue C M Y K H S L
Decimal 175 186 36 0.06 0 0.81 0.27 64.4 0.68 0.44
Hex AF BA 24 6 0 51 1B 40 44 2C
Octal 257 272 44 6 0 121 33 100 104 54
Binary 10101111 10111010 100100 110 0 1010001 11011 1000000 1000100 101100

Color Harmonies of #AFBA24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA24

Black with #AFBA24

Text Example


Text Example

White with #AFBA24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA24; }

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

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

background-color css

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

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

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

border-color css

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

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

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