Html Css Color HEX #AFBA18 Bahia

📋 copy color: '#AFBA18'

red 175 ◦ green 186 ◦ blue 24

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

Shades of Bahia #AFBA18

Tints of Bahia #AFBA18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.23%

R = 45.45%
G = 48.31%
B = 6.23%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#AFBA18 (or 0xAFBA18) is known color: Bahia. HEX triplet: AF, BA and 18. RGB value is (175,186,24). Sum of RGB (Red+Green+Blue) = 175+186+24=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 24 (9.77% from 255 or 6.23% from 385); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBA18 is #5045E7. Grayscale: #A4A4A4. Windows color (decimal): -5260776 or 1620655. OLE color: 1620655.

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

Color convert

RGB 175 186 24 -
CMYK 0.06 0 0.87 0.27
HSL 64.07º 0.77% 0.41% -
HSV(B) 64.07º 0.87% 0.73% -
XYZ 35.4 44.3 7.55 -
YUV 164.24 48.86 135.67 -
System Red Green Blue C M Y K H S L
Decimal 175 186 24 0.06 0 0.87 0.27 64.07 0.77 0.41
Hex AF BA 18 6 0 57 1B 40 4D 29
Octal 257 272 30 6 0 127 33 100 115 51
Binary 10101111 10111010 11000 110 0 1010111 11011 1000000 1001101 101001

Color Harmonies of #AFBA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA18

Black with #AFBA18

Text Example


Text Example

White with #AFBA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA18; }

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

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

background-color css

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

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

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

border-color css

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

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

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