Html Css Color HEX #AFBA16 Bahia

📋 copy color: '#AFBA16'

red 175 ◦ green 186 ◦ blue 22

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

Shades of Bahia #AFBA16

Tints of Bahia #AFBA16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.74%

R = 45.69%
G = 48.56%
B = 5.74%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#AFBA16 (or 0xAFBA16) is known color: Bahia. HEX triplet: AF, BA and 16. RGB value is (175,186,22). Sum of RGB (Red+Green+Blue) = 175+186+22=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 186 (73.05% from 255 or 48.56% from 383); Blue value is 22 (8.98% from 255 or 5.74% from 383); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBA16 is #5045E9. Grayscale: #A4A4A4. Windows color (decimal): -5260778 or 1489583. OLE color: 1489583.

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

Color convert

RGB 175 186 22 -
CMYK 0.06 0 0.88 0.27
HSL 64.02º 0.79% 0.41% -
HSV(B) 64.02º 0.88% 0.73% -
XYZ 35.38 44.29 7.44 -
YUV 164.02 47.86 135.84 -
System Red Green Blue C M Y K H S L
Decimal 175 186 22 0.06 0 0.88 0.27 64.02 0.79 0.41
Hex AF BA 16 6 0 58 1B 40 4F 29
Octal 257 272 26 6 0 130 33 100 117 51
Binary 10101111 10111010 10110 110 0 1011000 11011 1000000 1001111 101001

Color Harmonies of #AFBA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA16

Black with #AFBA16

Text Example


Text Example

White with #AFBA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA16; }

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

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

background-color css

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

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

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

border-color css

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

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

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