Html Css Color HEX #AFBC14 Bahia

📋 copy color: '#AFBC14'

red 175 ◦ green 188 ◦ blue 20

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

Shades of Bahia #AFBC14

Tints of Bahia #AFBC14

RGB

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

 GREEN value IS 188 (73.83% from 255) = 49.09%

 BLUE value IS 20 (8.2% from 255) = 5.22%

R = 45.69%
G = 49.09%
B = 5.22%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#AFBC14 (or 0xAFBC14) is known color: Bahia. HEX triplet: AF, BC and 14. RGB value is (175,188,20). Sum of RGB (Red+Green+Blue) = 175+188+20=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 188 (73.83% from 255 or 49.09% from 383); Blue value is 20 (8.20% from 255 or 5.22% from 383); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBC14 is #5043EB. Grayscale: #A5A5A5. Windows color (decimal): -5260268 or 1359023. OLE color: 1359023.

HSL color Cylindrical-coordinate representation of color #AFBC14: hue angle of 64.64º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AFBC14 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 188 20 -
CMYK 0.07 0 0.89 0.26
HSL 64.64º 0.81% 0.41% -
HSV(B) 64.64º 0.89% 0.74% -
XYZ 35.79 45.13 7.49 -
YUV 164.96 46.19 135.16 -
System Red Green Blue C M Y K H S L
Decimal 175 188 20 0.07 0 0.89 0.26 64.64 0.81 0.41
Hex AF BC 14 7 0 59 1A 41 51 29
Octal 257 274 24 7 0 131 32 101 121 51
Binary 10101111 10111100 10100 111 0 1011001 11010 1000001 1010001 101001

Color Harmonies of #AFBC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC14

Black with #AFBC14

Text Example


Text Example

White with #AFBC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC14; }

 p { color: rgb(175,188,20); }

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

background-color css

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

 a { background-color: rgb(175,188,20); }

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

border-color css

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

 span { border-color: rgb(175,188,20); }

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