Html Css Color HEX #AFBA17 Bahia

📋 copy color: '#AFBA17'

red 175 ◦ green 186 ◦ blue 23

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

Shades of Bahia #AFBA17

Tints of Bahia #AFBA17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.99%

R = 45.57%
G = 48.44%
B = 5.99%

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

#AFBA17 (or 0xAFBA17) is known color: Bahia. HEX triplet: AF, BA and 17. RGB value is (175,186,23). Sum of RGB (Red+Green+Blue) = 175+186+23=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 186 (73.05% from 255 or 48.44% from 384); Blue value is 23 (9.38% from 255 or 5.99% from 384); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBA17 is #5045E8. Grayscale: #A4A4A4. Windows color (decimal): -5260777 or 1555119. OLE color: 1555119.

HSL color Cylindrical-coordinate representation of color #AFBA17: hue angle of 64.05º degrees, saturation: 0.78, 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 #AFBA17 is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 186 23 -
CMYK 0.06 0 0.88 0.27
HSL 64.05º 0.78% 0.41% -
HSV(B) 64.05º 0.88% 0.73% -
XYZ 35.39 44.29 7.49 -
YUV 164.13 48.36 135.75 -
System Red Green Blue C M Y K H S L
Decimal 175 186 23 0.06 0 0.88 0.27 64.05 0.78 0.41
Hex AF BA 17 6 0 58 1B 40 4E 29
Octal 257 272 27 6 0 130 33 100 116 51
Binary 10101111 10111010 10111 110 0 1011000 11011 1000000 1001110 101001

Color Harmonies of #AFBA17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA17

Black with #AFBA17

Text Example


Text Example

White with #AFBA17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA17; }

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

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

background-color css

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

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

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

border-color css

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

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

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