Html Css Color HEX #AFBA1C Bahia

📋 copy color: '#AFBA1C'

red 175 ◦ green 186 ◦ blue 28

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

Shades of Bahia #AFBA1C

Tints of Bahia #AFBA1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.2%

R = 44.99%
G = 47.81%
B = 7.2%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#AFBA1C (or 0xAFBA1C) is known color: Bahia. HEX triplet: AF, BA and 1C. RGB value is (175,186,28). Sum of RGB (Red+Green+Blue) = 175+186+28=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 186 (73.05% from 255 or 47.81% from 389); Blue value is 28 (11.33% from 255 or 7.20% from 389); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBA1C is #5045E3. Grayscale: #A5A5A5. Windows color (decimal): -5260772 or 1882799. OLE color: 1882799.

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

Color convert

RGB 175 186 28 -
CMYK 0.06 0 0.85 0.27
HSL 64.18º 0.74% 0.42% -
HSV(B) 64.18º 0.85% 0.73% -
XYZ 35.45 44.32 7.78 -
YUV 164.7 50.86 135.35 -
System Red Green Blue C M Y K H S L
Decimal 175 186 28 0.06 0 0.85 0.27 64.18 0.74 0.42
Hex AF BA 1C 6 0 55 1B 40 4A 2A
Octal 257 272 34 6 0 125 33 100 112 52
Binary 10101111 10111010 11100 110 0 1010101 11011 1000000 1001010 101010

Color Harmonies of #AFBA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA1C

Black with #AFBA1C

Text Example


Text Example

White with #AFBA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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